Stabilize str_split_once

This commit is contained in:
Jacob Pratt
2021-02-09 17:30:37 -05:00
parent 097bc6a84f
commit c28f2a8bee
12 changed files with 5 additions and 18 deletions

View File

@@ -14,7 +14,6 @@
#![feature(never_type)]
#![feature(once_cell)]
#![feature(type_ascription)]
#![feature(str_split_once)]
#![feature(iter_intersperse)]
#![recursion_limit = "256"]
#![deny(rustc::internal)]