diff --git a/hbvm/src/vm/trap.rs b/hbvm/src/vm/trap.rs index f7d6876e..dd6898e2 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 {