diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2019-02-01 11:24:12 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2019-02-01 11:24:12 +0100 |
| commit | 6a01f8aecd610d1d1236c452d83561d8bab69f06 (patch) | |
| tree | efd83577d4dc066b185f215bf74ec5be432fddca /src/liballoc/lib.rs | |
| parent | 741a3d42cb9350bcf8380b78f7695cbd10b11951 (diff) | |
| download | rust-6a01f8aecd610d1d1236c452d83561d8bab69f06.tar.gz rust-6a01f8aecd610d1d1236c452d83561d8bab69f06.zip | |
Stabilize split_ascii_whitespace
Tracking issue FCP to merge: https://github.com/rust-lang/rust/issues/48656#issuecomment-442372750
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 5165a7ca5a8..bd2d8461bf6 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -98,7 +98,6 @@ #![feature(rustc_attrs)] #![feature(receiver_trait)] #![feature(specialization)] -#![feature(split_ascii_whitespace)] #![feature(staged_api)] #![feature(str_internals)] #![feature(trusted_len)] |
