Skip to content

Commit 135ffd2

Browse files
authored
Bump as_mut_str_for_str stable version.
1 parent 4f11691 commit 135ffd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/convert/mod.rs

Lines changed: 1 addition & 1 deletion
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)