cloud-hypervisor/test_infra
Bo Chen c9c031a425 test_infra: Fix clippy issue on aarch64
error: unused variable: `fw_path`
   --> test_infra/src/lib.rs:837:9
    |
837 |         fw_path: &str,
    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fw_path`
    |
    = note: `-D unused-variables` implied by `-D warnings`

Signed-off-by: Bo Chen <chen.bo@intel.com>
2022-02-17 14:14:38 +00:00
..
src test_infra: Fix clippy issue on aarch64 2022-02-17 14:14:38 +00:00
Cargo.toml test_infra: Enable cross-build for "musl" and "aarch64" targets 2022-02-17 14:14:38 +00:00