diff --git a/hbvm/src/vm/trap.rs b/hbvm/src/vm/trap.rs index f7d6876..dd6898e 100644 --- a/hbvm/src/vm/trap.rs +++ b/hbvm/src/vm/trap.rs @@ -1,7 +1,6 @@ use super::{ mem::{Memory, PageSize}, value::Value, - Vm, }; pub trait HandleTrap {