From b237ad90ba84abb663a9ddaae0bc69b3805f47f3 Mon Sep 17 00:00:00 2001 From: Erin Date: Fri, 23 Jun 2023 09:50:39 +0200 Subject: [PATCH] u --- hbvm/src/vm/trap.rs | 1 - 1 file changed, 1 deletion(-) 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 {