Remove unused import in error.rs
This commit is contained in:
parent
34bca32240
commit
7782b66582
@ -1,6 +1,6 @@
|
||||
use crate::{disas::DisassemblyError, m68k::BusError};
|
||||
use reedline_repl_rs::Error as ReplError;
|
||||
use std::{error, fmt::Display, io, num::ParseIntError};
|
||||
use std::{fmt::Display, io, num::ParseIntError};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
|
Loading…
Reference in New Issue
Block a user