cloud-hypervisor/vm-device/src
Sebastien Boeuf dcc646f5b1 clippy: Fix redundant allocations
With the new beta version, clippy complains about redundant allocation
when using Arc<Box<dyn T>>, and suggests replacing it simply with
Arc<dyn T>.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-07-29 13:28:57 +02:00
..
dma_mapping vm-device: Move ExternalDmaMapping trait out of vfio-ioctls 2021-02-24 08:02:37 +01:00
interrupt clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
bus.rs vm-device: bus: drop the interrupt function 2021-04-13 14:18:14 +01:00
lib.rs misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00