Dogfood 'str_split_once()` in the std lib

This commit is contained in:
Eric Arellano
2020-12-07 14:24:05 -07:00
parent 85e9ea0152
commit d2de69da2e
4 changed files with 12 additions and 18 deletions

View File

@@ -30,6 +30,7 @@
#![feature(termination_trait_lib)]
#![feature(test)]
#![feature(total_cmp)]
#![feature(str_split_once)]
// Public reexports
pub use self::bench::{black_box, Bencher};