Skip to content

Commit d52d81e

Browse files
committed
---
yaml --- r: 7715 b: refs/heads/snap-stage3 c: 3239f81 h: refs/heads/master i: 7713: 4ef5725 7711: dfbf04b v: v3
1 parent fef8d35 commit d52d81e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 7d58797453ceda94d60367a221ee3d224ec78b81
4+
refs/heads/snap-stage3: 3239f8189888e09a4a54aec4834a2a215176a022
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/libcore/core.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
#[doc(
1111
brief = "The Rust core library",
1212
desc = "
13-
The core library provides functionality that is closely tied to
14-
the Rust built-in types and runtime services, or that is used in nearly
15-
every non-trivial program.
13+
The core library provides functionality that is closely tied to the Rust
14+
built-in types and runtime services, or that is used in nearly every
15+
non-trivial program.
1616

17-
The core library is linked by default to all crates and the contents
18-
imported. The effect is as though the user had written the following:
17+
It is linked by default to all crates and the contents imported. The effect is
18+
as though the user had written the following:
1919

2020
~~~
2121
use core;

0 commit comments

Comments
 (0)