cloud-hypervisor/net_util
Rob Bradford 5636d91524 net_util: queue_pair: Remove unnecessary mut from reference
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>
2023-08-22 12:01:54 +01:00
..
src net_util: queue_pair: Remove unnecessary mut from reference 2023-08-22 12:01:54 +01:00
Cargo.toml build: Bump libc from 0.2.144 to 0.2.147 2023-08-15 00:53:20 +00:00