mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-12 15:42:57 +00:00
5636d91524
warning: this argument is a mutable reference, but not used mutably --> net_util/src/queue_pair.rs:167:14 | 167 | tap: &mut Tap, | ^^^^^^^^ help: consider changing to: `&Tap` | = warning: changing this function will impact semver compatibility = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut Signed-off-by: Rob Bradford <rbradford@rivosinc.com>