Skip to content

Commit

Permalink
use a new feature name for String AddAssign
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Jul 18, 2016
1 parent cac58ab commit 9b81306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ impl<'a> Add<&'a str> for String {
}
}

#[stable(feature = "rust1", since = "1.12.0")]
#[stable(feature = "stringaddassign", 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 9b81306

Please sign in to comment.