From 18feaa3fa25f11e403478b562fa1db356b32c818 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Tue, 10 Mar 2020 18:45:08 -0700 Subject: Add stable feature name --- src/liballoc/string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc') 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 { -- cgit 1.4.1-3-g733a5