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>
|
||
|---|---|---|
| .. | ||
| async_io.rs | ||
| fixed_vhd_async.rs | ||
| fixed_vhd_sync.rs | ||
| lib.rs | ||
| qcow_sync.rs | ||
| raw_async.rs | ||
| raw_sync.rs | ||
| vhd.rs | ||