Bump as_mut_str_for_str stable version.

This commit is contained in:
Mara Bos 2021-01-30 22:10:25 +01:00 committed by GitHub
parent 05af4213b5
commit bef4ec2fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {