diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-07-20 15:52:12 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-07-25 07:10:42 -0700 |
| commit | 16707d43483ef8b776b941f056dc1ea78ebd7c77 (patch) | |
| tree | 30006a154720c50cf5481f5cd81fc1b55f1f8d43 /src/liballoc/lib.rs | |
| parent | 20b4f86d13b177bf66d1fa4fefbfcc1bb552cb94 (diff) | |
| download | rust-16707d43483ef8b776b941f056dc1ea78ebd7c77.tar.gz rust-16707d43483ef8b776b941f056dc1ea78ebd7c77.zip | |
std: Stabilize the `str_{mut,box}_extras` feature
Stabilizes * `<&mut str>::as_bytes_mut` * `<Box<str>>::into_boxed_bytes` * `std::str::from_boxed_utf8_unchecked` * `std::str::from_utf8_mut` * `std::str::from_utf8_unchecked_mut` Closes #41119
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 7c25dcada71..a168134edf4 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -115,7 +115,6 @@ #![feature(specialization)] #![feature(staged_api)] #![feature(str_internals)] -#![feature(str_mut_extras)] #![feature(trusted_len)] #![feature(unboxed_closures)] #![feature(unicode)] |
