Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se

Stabilize str_split_once

Closes #74773
This commit is contained in:
Guillaume Gomez
2021-02-26 15:52:29 +01:00
committed by GitHub
12 changed files with 5 additions and 18 deletions

View File

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