mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
4d8dacec5e
warning: this argument is a mutable reference, but not used mutably --> virtio-devices/src/transport/pci_common_config.rs💯17 | 100 | queues: &mut [Queue], | ^^^^^^^^^^^^ help: consider changing to: `&[Queue]` | = 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 = note: `#[warn(clippy::needless_pass_by_ref_mut)]` on by default Signed-off-by: Rob Bradford <rbradford@rivosinc.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |