cloud-hypervisor/block_util/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
..
async_io.rs block_util: Add new traits for handling disk files asynchronously 2021-01-22 16:10:34 +00:00
fixed_vhd_async.rs block_util, vmm: Add fixed VHD asynchronous implementation 2021-02-01 13:45:08 +00:00
fixed_vhd_sync.rs block_util: Add synchronous support for fixed VHD disk files 2021-02-01 13:45:08 +00:00
lib.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
qcow_sync.rs block_util: Factorize common code for synchronous implementations 2021-01-22 16:10:34 +00:00
raw_async.rs deps: bump io-uring from 0.4.0 to 0.5.0 2021-03-01 11:08:25 +00:00
raw_sync.rs block_util: Simplify RAW synchronous implementation 2021-02-01 13:45:08 +00:00
vhd.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00