cloud-hypervisor/net_util/src
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
..
ctrl_queue.rs build: Bump virtio-bindings from 0.1.0 to 0.2.0 2023-02-23 00:59:32 +00:00
lib.rs build: Bump virtio-bindings from 0.1.0 to 0.2.0 2023-02-23 00:59:32 +00:00
mac.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
open_tap.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
queue_pair.rs net_util: queue_pair: Remove unnecessary mut from reference 2023-08-22 12:01:54 +01:00
tap.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00