pull/2/head
ondra05 2023-07-26 21:23:03 +02:00
parent 95e26373bb
commit 14658a3626
No known key found for this signature in database
GPG Key ID: 0DA6D2BB2285E881
1 changed files with 0 additions and 1 deletions

View File

@ -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(()),