diff options
| author | Ryan Lopopolo <rjl@hyperbo.la> | 2020-03-10 18:45:08 -0700 |
|---|---|---|
| committer | Ryan Lopopolo <rjl@hyperbo.la> | 2020-03-10 18:45:08 -0700 |
| commit | 18feaa3fa25f11e403478b562fa1db356b32c818 (patch) | |
| tree | c0a9d4900c43d0481cfd92c08a7d3cf552860947 /src/liballoc | |
| parent | 2a29726fcd09fac350e0a8c0d1dd78a8ae6de0ed (diff) | |
| download | rust-18feaa3fa25f11e403478b562fa1db356b32c818.tar.gz rust-18feaa3fa25f11e403478b562fa1db356b32c818.zip | |
Add stable feature name
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/string.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/string.rs b/src/liballoc/string.rs index 43217ae9364..452abe31742 100644 --- a/src/liballoc/string.rs +++ b/src/liballoc/string.rs @@ -2225,7 +2225,7 @@ impl From<&str> for String { } } -#[stable(feature = "???", since = "1.43.0")] +#[stable(feature = "from_mut_str_for_string", since = "1.44.0")] impl From<&mut str> for String { #[inline] fn from(s: &mut str) -> String { |
