cloud-hypervisor/test_infra
Bo Chen 10ee003d66 misc: Fix beta clippy issues
Fixing the following clippy issue using `cargo clippy --fix`:

error: variables can be used directly in the `format!` string
  --> build.rs:25:27
   |
25 |         version.push_str(&format!("-{}", extra_version));
   |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args

Signed-off-by: Bo Chen <bchen@crusoe.ai>
2025-05-14 03:44:12 +00:00
..
src misc: Fix beta clippy issues 2025-05-14 03:44:12 +00:00
Cargo.toml build: Centralize serde_json crate to workspace 2025-04-02 06:20:54 +00:00