Bump as_mut_str_for_str stable version.
This commit is contained in:
parent
05af4213b5
commit
bef4ec2fc5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue