cloud-hypervisor/vmm
Rob Bradford 70af81d755 vmm: config: Fix clippy (unnecessary_to_owned) issue
warning: unnecessary use of `to_string`
    --> vmm/src/config.rs:2199:38
     |
2199 | ...                   .get(&memory_zone.to_string())
     |                            ^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `memory_zone`
     |
     = note: `#[warn(clippy::unnecessary_to_owned)]` on by default
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_to_owned

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-01-07 08:16:26 -08:00
..
src vmm: config: Fix clippy (unnecessary_to_owned) issue 2022-01-07 08:16:26 -08:00
Cargo.toml build: bump clap from 3.0.4 to 3.0.5 2022-01-06 00:52:46 +00:00