Add stable feature name
This commit is contained in:
parent
2a29726fcd
commit
18feaa3fa2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user