diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2021-01-30 22:10:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 22:10:25 +0100 |
| commit | bef4ec2fc51aa020fe6bf81257459f096763f3b7 (patch) | |
| tree | 63546f6a53f6c5a72b7c64852eb666b196ae0fa8 | |
| parent | 05af4213b593de5e6b73d8dda0eedf54b4568266 (diff) | |
| download | rust-bef4ec2fc51aa020fe6bf81257459f096763f3b7.tar.gz rust-bef4ec2fc51aa020fe6bf81257459f096763f3b7.zip | |
Bump as_mut_str_for_str stable version.
| -rw-r--r-- | library/core/src/convert/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/convert/mod.rs b/library/core/src/convert/mod.rs index d8c2e0b2a3b..ea8070534eb 100644 --- a/library/core/src/convert/mod.rs +++ b/library/core/src/convert/mod.rs @@ -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 { |
