Unused import

This commit is contained in:
Reid 'arrdem' McKenzie 2022-12-25 22:54:02 -07:00
parent de2ec62f36
commit 3d18b42584

View file

@ -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();