diff --git a/hbbytecode/src/gen_valider.rs b/hbbytecode/src/gen_valider.rs index a3f0193..9149650 100644 --- a/hbbytecode/src/gen_valider.rs +++ b/hbbytecode/src/gen_valider.rs @@ -59,7 +59,6 @@ macro_rules! gen_valider { let start = program; loop { use crate::opcode::*; - extern crate std; program = match program { // End of program [] => return Ok(()),