cloud-hypervisor/virtio-devices/src/transport
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
..
mod.rs virtio-devices: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
pci_common_config.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00
pci_device.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00