cloud-hypervisor/hypervisor/src/mshv
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
..
x86_64 hypervisor: implement Display for MSHV VcpuState 2021-06-24 09:02:36 -07:00
mod.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00