Skip to content

Commit

Permalink
Add tracking issue for String::insert_str
Browse files Browse the repository at this point in the history
  • Loading branch information
murarth committed Aug 9, 2016
1 parent f013914 commit 0a3564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/string.rs
Expand Up @@ -1180,7 +1180,7 @@ impl String {
#[inline]
#[unstable(feature = "insert_str",
reason = "recent addition",
issue = "0")]
issue = "35553")]
pub fn insert_str(&mut self, idx: usize, string: &str) {
let len = self.len();
assert!(idx <= len);
Expand Down

0 comments on commit 0a3564a

Please sign in to comment.