Skip to content

Commit a996f2c

Browse files
committed
add tracking issue
1 parent 13bbba2 commit a996f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ impl str {
22232223
/// modified in a way that it remains valid UTF-8.
22242224
///
22252225
/// [`u8`]: primitive.u8.html
2226-
#[unstable(feature = "str_as_mut_ptr", issue = "0")]
2226+
#[unstable(feature = "str_as_mut_ptr", issue = "58215")]
22272227
#[inline]
22282228
pub fn as_mut_ptr(&mut self) -> *mut u8 {
22292229
self as *mut str as *mut u8

0 commit comments

Comments
 (0)