Skip to content

Commit 55754ed

Browse files
committed
rollup merge of rust-lang#17577 : squeaky-pl/patch-1
2 parents 792e32b + 070ba14 commit 55754ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ impl String {
530530
/// assert_eq!(s.as_slice(), "abc123");
531531
/// ```
532532
#[inline]
533-
#[stable = "function just renamed from push"]
533+
#[stable = "function just renamed from push_char"]
534534
pub fn push(&mut self, ch: char) {
535535
let cur_len = self.len();
536536
// This may use up to 4 bytes.

0 commit comments

Comments
 (0)