-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for str_mut_extras
and str_box_extras
#41119
Comments
str::from_utf8_unchecked_mut
and str::as_bytes_mut
str::from_utf8_mut
and str::as_bytes_mut
str::from_utf8_mut
and str::as_bytes_mut
str_mut_extras
and str_box_extras
What holds stabilization of these methods right now? |
@aturon @alexcrichton FCP to stabilize? |
@rfcbot fcp merge Covered APIs include:
|
Team member @aturon has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once these reviewers reach consensus, this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
@rfcbot reviewed |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
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 rust-lang#41119
cc @alexcrichton @sfackler
PRs: #41096 and #41258 respectively
Notes:
The text was updated successfully, but these errors were encountered: