allow warnings

This commit is contained in:
nora 2021-04-24 15:28:00 +02:00
parent 3b5fb2b528
commit 0d29e477ce
3 changed files with 5 additions and 7 deletions

View file

@ -1,5 +1,6 @@
//!
//! The very basic interpreter without any optimizations
#![allow(dead_code)]
use crate::interpreter::{MEM_SIZE, minify};
use std::io::{stdin, Read};