cloud-hypervisor/vm-device/src
Rob Bradford adf5881757 build: #[allow(clippy::significant_drop_in_scrutinee) in some crates
This check is new in the beta version of clippy and exists to avoid
potential deadlocks by highlighting when the test in an if or for loop
is something that holds a lock. In many cases we would need to make
significant refactorings to be able to pass this check so disable in the
affected crates.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-06-30 20:50:45 +01:00
..
dma_mapping vm-device: Move ExternalDmaMapping trait out of vfio-ioctls 2021-02-24 08:02:37 +01:00
interrupt hypervisor: Make vm module private 2022-05-13 15:39:22 +02:00
bus.rs build: Fix beta clippy issue (derive_partial_eq_without_eq) 2022-06-30 20:50:45 +01:00
lib.rs build: #[allow(clippy::significant_drop_in_scrutinee) in some crates 2022-06-30 20:50:45 +01:00