diff --git a/src/syscalls/interfaces/uhyve.rs b/src/syscalls/interfaces/uhyve.rs index 7d4086e19c..ed3fec0448 100644 --- a/src/syscalls/interfaces/uhyve.rs +++ b/src/syscalls/interfaces/uhyve.rs @@ -5,8 +5,7 @@ // http://opensource.org/licenses/MIT>, at your option. This file may not be // copied, modified, or distributed except according to those terms. -use alloc::prelude::v1::Box; -use alloc::vec::Vec; +use alloc::{boxed::Box, vec::Vec}; use core::mem; #[cfg(target_arch = "x86_64")]