cloud-hypervisor/qcow/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
..
qcow_raw_file.rs qcow, virtio-devices: Break cyclic dependency 2020-07-10 17:47:31 +02:00
qcow.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
raw_file.rs misc: Bulk upgrade dependencies 2021-02-26 11:31:08 +00:00
refcount.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
vec_cache.rs arch, qcow: Fix 1.42.0 clippy warnings 2020-03-13 12:26:15 +00:00