Skip to content

Commit

Permalink
Add stable feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Mar 11, 2020
1 parent 2a29726 commit 18feaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/string.rs
Expand Up @@ -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 {
Expand Down

0 comments on commit 18feaa3

Please sign in to comment.