cloud-hypervisor/vmm
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
..
src clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
Cargo.toml build: bump seccomp from v0.24.4 to v0.24.5 2021-07-26 11:18:42 +02:00