Skip to content

Commit

Permalink
Remove uses of alloc::prelude
Browse files Browse the repository at this point in the history
alloc::prelude has been removed in rust-lang/rust#89898, effective since nightly-2021-10-17.
  • Loading branch information
mkroening committed Oct 28, 2021
1 parent 842b671 commit c704016
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 c704016

Please sign in to comment.