Skip to content

Commit

Permalink
add tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Feb 6, 2019
1 parent 13bbba2 commit a996f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a996f2c

Please sign in to comment.