Skip to content

Commit 9b81306

Browse files
committed
use a new feature name for String AddAssign
1 parent cac58ab commit 9b81306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/string.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ impl<'a> Add<&'a str> for String {
15591559
}
15601560
}
15611561

1562-
#[stable(feature = "rust1", since = "1.12.0")]
1562+
#[stable(feature = "stringaddassign", since = "1.12.0")]
15631563
impl<'a> AddAssign<&'a str> for String {
15641564
#[inline]
15651565
fn add_assign(&mut self, other: &str) {

0 commit comments

Comments
 (0)