mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
eb18ea61f4
error: redundant slicing of the whole range --> net_util/src/mac.rs:60:35 | 60 | bytes[..].copy_from_slice(&src[..]); | ^^^^^^^^ help: use the original slice instead: `src` | = note: `-D clippy::redundant-slicing` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing Signed-off-by: Rob Bradford <robert.bradford@intel.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |