Skip to content

Commit

Permalink
Bump as_mut_str_for_str stable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se authored Jan 30, 2021
1 parent 05af421 commit bef4ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/convert/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ impl AsRef<str> for str {
}
}

#[stable(feature = "as_mut_str_for_str", since = "1.50.0")]
#[stable(feature = "as_mut_str_for_str", since = "1.51.0")]
impl AsMut<str> for str {
#[inline]
fn as_mut(&mut self) -> &mut str {
Expand Down

0 comments on commit bef4ec2

Please sign in to comment.