rust/src/libcore/str
Alex Crichton 16707d4348 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
2017-07-25 07:10:42 -07:00
..
mod.rs std: Stabilize the str_{mut,box}_extras feature 2017-07-25 07:10:42 -07:00
pattern.rs Fix some doc/comment typos. 2017-07-23 22:48:01 +07:00