Remove unused line

This commit is contained in:
topjohnwu 2023-07-17 21:43:09 -07:00
parent f33343b4e6
commit 7ad77a14ae

View File

@ -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};