mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-16 22:35:03 +01:00
allow warnings
This commit is contained in:
parent
3b5fb2b528
commit
0d29e477ce
3 changed files with 5 additions and 7 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue