Skip to content

Commit 70fe244

Browse files
committed
---
yaml --- r: 114531 b: refs/heads/master c: c256dcf h: refs/heads/master i: 114529: ccdefc5 114527: ab4dbab v: v3
1 parent 7093f91 commit 70fe244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1f1b2e42d76ba1cd884adc49922636a6c2ac1b2f
2+
refs/heads/master: c256dcf8b66fb7100e2d735d6640cf76cb2d22f5
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
//! `&str`, a UTF-8 string, is a built-in type, and the standard library
5050
//! defines methods for it on a variety of traits in the
5151
//! [`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)
5353
//! for a mutable string builder.
5454
//!
5555
//! For converting to strings use the [`format!`](fmt/index.html)

0 commit comments

Comments
 (0)