Add stable feature name
This commit is contained in:
parent
2a29726fcd
commit
18feaa3fa2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue