mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +00:00
70af81d755
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>