update the since field to 1.12.0 for String AddAssign
This commit is contained in:
parent
6a09df9079
commit
cac58ab5b7
@ -1559,7 +1559,7 @@ impl<'a> Add<&'a str> for String {
|
||||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "rust1", since = "1.11.0")]
|
||||
#[stable(feature = "rust1", since = "1.12.0")]
|
||||
impl<'a> AddAssign<&'a str> for String {
|
||||
#[inline]
|
||||
fn add_assign(&mut self, other: &str) {
|
||||
|
Loading…
Reference in New Issue
Block a user