add opt that doesn't make anything faster but might allow better opts later

This commit is contained in:
nora 2022-04-15 23:07:51 +02:00
parent 6575e09957
commit c3c24c73fe
7 changed files with 59 additions and 24 deletions

View file

@ -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;