Skip to content

Commit

Permalink
Merge #289
Browse files Browse the repository at this point in the history
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 <mkroening@posteo.net>
  • Loading branch information
bors[bot] and mkroening authored Oct 28, 2021
2 parents 842b671 + c704016 commit 1c36448
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/syscalls/interfaces/uhyve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 1c36448

Please sign in to comment.