Skip to content

Commit bef4ec2

Browse files
authored
Bump as_mut_str_for_str stable version.
1 parent 05af421 commit bef4ec2

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/convert

1 file changed

+1
-1
lines changed

library/core/src/convert/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ impl AsRef<str> for str {
623623
}
624624
}
625625

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

0 commit comments

Comments
 (0)