Skip to content

Commit

Permalink
update the since field to 1.12.0 for String AddAssign
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Jul 18, 2016
1 parent 6a09df9 commit cac58ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/string.rs
Expand Up @@ -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) {
Expand Down

0 comments on commit cac58ab

Please sign in to comment.