mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 03:21:13 +00:00
d7decfd525
warning: unnecessary use of `to_vec` --> acpi_tables/src/aml.rs:71:37 | 71 | bytes.extend_from_slice(&part.to_vec()); | ^^^^^^^^^^^^^^ help: use: `part.as_ref()` | = 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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |