faster spans

This commit is contained in:
klensy
2021-02-04 04:54:23 +03:00
parent 6ad11e2e25
commit 60cca83975
2 changed files with 10 additions and 8 deletions

View File

@@ -22,6 +22,7 @@
#![feature(nll)]
#![feature(min_specialization)]
#![feature(option_expect_none)]
#![feature(str_split_once)]
#[macro_use]
extern crate rustc_macros;