cloud-hypervisor/devices/src
Bo Chen 5825ab2dd4 clippy: Address the issue 'needless-borrow'
Issue from beta verion of clippy:

Error:    --> vm-virtio/src/queue.rs:700:59
    |
700 |             if let Some(used_event) = self.get_used_event(&mem) {
    |                                                           ^^^^ help: change this to: `mem`
    |
    = note: `-D clippy::needless-borrow` implied by `-D warnings`
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Signed-off-by: Bo Chen <chen.bo@intel.com>
2021-06-24 08:55:43 +02:00
..
legacy clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
acpi.rs misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00
gic.rs vmm: Remove GIC entity set/get from DeviceManager 2021-06-01 16:56:43 +01:00
interrupt_controller.rs interrupt: Add a notifier method to the InterruptController 2021-02-10 17:34:56 +00:00
ioapic.rs devices: Move to versioned snapshots 2021-05-12 17:26:11 +02:00
lib.rs misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00