Skip to content

Commit 40ccdb8

Browse files
committed
---
yaml --- r: 235439 b: refs/heads/stable c: 2881bba h: refs/heads/master i: 235437: 823ec14 235435: 7fb79cf 235431: 6fae094 235423: 3625908 v: v3
1 parent cdc62f1 commit 40ccdb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: afae2ff723393b3ab4ccffef6ac7c6d1809e2da0
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: f859507de8c410b648d934d8f5ec1c52daac971d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 6d5ae6b20dd86de5d65cfcac28664357b6d5d953
32+
refs/heads/stable: 2881bbad59633e77a26c60dcc38f5206bd79a5f5
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/src/libstd/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@
150150
//!
151151
//! `str`, a UTF-8 string slice, is a primitive type, and the standard
152152
//! library defines [many methods for it](primitive.str.html). Rust
153-
//! `str`s are typically accessed as immutable references: `&mut
154-
//! str`. Use the owned `String` type defined in
155-
//! [`string`](string/index.html) for building and mutating strings.
153+
//! `str`s are typically accessed as immutable references: `&str`. Use
154+
//! the owned `String` type defined in [`string`](string/index.html)
155+
//! for building and mutating strings.
156156
//!
157157
//! For converting to strings use the [`format!`](fmt/index.html)
158158
//! macro, and for converting from strings use the

0 commit comments

Comments
 (0)