cloud-hypervisor/net_util
Rob Bradford eb18ea61f4 net_util: Address Rust 1.51.0 clippy issue (redundant_slicing)
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>
2021-03-26 11:32:09 +00:00
..
src net_util: Address Rust 1.51.0 clippy issue (redundant_slicing) 2021-03-26 11:32:09 +00:00
Cargo.toml build(deps): bump serde from 1.0.124 to 1.0.125 2021-03-23 07:28:35 +00:00