Stabilize str_split_once

This commit is contained in:
Jacob Pratt 2021-02-09 17:30:37 -05:00
parent 097bc6a84f
commit c28f2a8bee
No known key found for this signature in database
GPG key ID: B80E19E4662B5AA4
12 changed files with 5 additions and 18 deletions

View file

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