mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-14 21:35:02 +01:00
add opt that doesn't make anything faster but might allow better opts later
This commit is contained in:
parent
6575e09957
commit
c3c24c73fe
7 changed files with 59 additions and 24 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#![feature(allocator_api, let_else)]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
use crate::parse::ParseError;
|
||||
use bumpalo::Bump;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue