Skip to content

Commit 1c36448

Browse files
bors[bot]mkroening
andauthored
Merge #289
289: Remove uses of alloc::prelude r=mkroening a=mkroening alloc::prelude has been removed in rust-lang/rust#89898, effective since nightly-2021-10-17. bors r+ Co-authored-by: Martin Kröning <[email protected]>
2 parents 842b671 + c704016 commit 1c36448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/syscalls/interfaces/uhyve.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// http://opensource.org/licenses/MIT>, at your option. This file may not be
66
// copied, modified, or distributed except according to those terms.
77

8-
use alloc::prelude::v1::Box;
9-
use alloc::vec::Vec;
8+
use alloc::{boxed::Box, vec::Vec};
109
use core::mem;
1110

1211
#[cfg(target_arch = "x86_64")]

0 commit comments

Comments
 (0)