Skip to content

Commit 18feaa3

Browse files
committed
Add stable feature name
1 parent 2a29726 commit 18feaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/string.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,7 @@ impl From<&str> for String {
22252225
}
22262226
}
22272227

2228-
#[stable(feature = "???", since = "1.43.0")]
2228+
#[stable(feature = "from_mut_str_for_string", since = "1.44.0")]
22292229
impl From<&mut str> for String {
22302230
#[inline]
22312231
fn from(s: &mut str) -> String {

0 commit comments

Comments
 (0)