diff options
| -rw-r--r-- | src/libcore/str/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs index 8c8f280f847..f95cd0dab43 100644 --- a/src/libcore/str/mod.rs +++ b/src/libcore/str/mod.rs @@ -2223,7 +2223,7 @@ impl str { /// modified in a way that it remains valid UTF-8. /// /// [`u8`]: primitive.u8.html - #[unstable(feature = "str_as_mut_ptr", issue = "0")] + #[unstable(feature = "str_as_mut_ptr", issue = "58215")] #[inline] pub fn as_mut_ptr(&mut self) -> *mut u8 { self as *mut str as *mut u8 |
