Erin 2024-02-04 02:46:50 +01:00
parent 5f8864e251
commit 4aa39f3fbc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ mod mem;
use {
hbvm::{mem::Address, Vm, VmRunOk},
memmap2::Mmap,
std::{env::args, fs::File, mem::MaybeUninit, process::exit},
std::{env::args, fs::File, process::exit},
};
fn main() -> Result<(), Box<dyn std::error::Error>> {