update the since field to 1.12.0 for String AddAssign
This commit is contained in:
parent
6a09df9079
commit
cac58ab5b7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue