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/libstd/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/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 8fe0ecfcf53..82262f1551a 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -303,7 +303,6 @@ #![feature(stmt_expr_attributes)] #![feature(str_char)] #![feature(str_internals)] -#![feature(str_mut_extras)] #![feature(str_utf16)] #![feature(test, rustc_private)] #![feature(thread_local)] |
