mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
16707d4348
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