Skip to content

Commit cac58ab

Browse files
committed
update the since field to 1.12.0 for String AddAssign
1 parent 6a09df9 commit cac58ab

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.11.0")]
1562+
#[stable(feature = "rust1", 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)