diff --git a/native/src/boot/lib.rs b/native/src/boot/lib.rs index bce450f45..ecd5e95df 100644 --- a/native/src/boot/lib.rs +++ b/native/src/boot/lib.rs @@ -1,8 +1,6 @@ #![feature(format_args_nl)] #![feature(btree_drain_filter)] -extern crate alloc; - pub use base; use cpio::cpio_commands; use patch::{hexpatch, patch_encryption, patch_verity};