File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 1f1b2e42d76ba1cd884adc49922636a6c2ac1b2f
2
+ refs/heads/master: c256dcf8b66fb7100e2d735d6640cf76cb2d22f5
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
Original file line number Diff line number Diff line change 49
49
//! `&str`, a UTF-8 string, is a built-in type, and the standard library
50
50
//! defines methods for it on a variety of traits in the
51
51
//! [`str`](str/index.html) module. Rust strings are immutable;
52
- //! use the `String` type defined in [`strbuf `](strbuf /index.html)
52
+ //! use the `String` type defined in [`string `](string /index.html)
53
53
//! for a mutable string builder.
54
54
//!
55
55
//! For converting to strings use the [`format!`](fmt/index.html)
You can’t perform that action at this time.
0 commit comments