diff options
| author | bors <bors@rust-lang.org> | 2019-02-02 09:12:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-02-02 09:12:39 +0000 |
| commit | 3e58dabc16b1678da8702c71f70c72644764226c (patch) | |
| tree | c466b2cfdce1cf8c6c665580ae920b9a2b1bc88d /src/liballoc/lib.rs | |
| parent | 3d35a9b1d29dbdacc24a33e759bb660c1ef6ac34 (diff) | |
| parent | 6a01f8aecd610d1d1236c452d83561d8bab69f06 (diff) | |
| download | rust-3e58dabc16b1678da8702c71f70c72644764226c.tar.gz rust-3e58dabc16b1678da8702c71f70c72644764226c.zip | |
Auto merge of #58047 - SimonSapin:split_ascii_whitespace, r=Centril
Stabilize split_ascii_whitespace Tracking issue FCP to merge: https://github.com/rust-lang/rust/issues/48656#issuecomment-442372750 Closes https://github.com/rust-lang/rust/issues/48656
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)] |
