update the since field to 1.12.0 for String AddAssign

This commit is contained in:
Jack O'Connor 2016-07-18 14:00:35 -04:00
parent 6a09df9079
commit cac58ab5b7

View File

@ -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) {