Unused import
This commit is contained in:
parent
de2ec62f36
commit
3d18b42584
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use std::io::BufRead;
|
|||
use std::io::BufReader;
|
||||
use std::io::Read;
|
||||
|
||||
use uxn::vm::{Uxn, UxnError};
|
||||
use uxn::vm::Uxn;
|
||||
|
||||
fn main() -> Result<(), std::io::Error> {
|
||||
let mut vm = Uxn::new();
|
||||
|
|
Loading…
Reference in a new issue