Skip to content

Commit 1f66719

Browse files
committed
---
yaml --- r: 7654 b: refs/heads/master c: 7d58797 h: refs/heads/master v: v3
1 parent 3053f8d commit 1f66719

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 24b425567ccab35b3fd41762f574c83e16295a26
2+
refs/heads/master: 7d58797453ceda94d60367a221ee3d224ec78b81

trunk/src/libcore/core.rc

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99

1010
#[doc(
1111
brief = "The Rust core library",
12-
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.\
16-
\n\n\
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: \
19-
\n\n\
20-
~~~\n\
21-
use core; \n\
22-
import core::*;\n\
23-
~~~\n\
24-
\n\
25-
This behavior can be disabled with the `--no-core` compiler flag."
12+
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.
16+
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:
19+
20+
~~~
21+
use core;
22+
import core::*;
23+
~~~
24+
25+
This behavior can be disabled with the `--no-core` compiler flag."
2626
)];
2727

2828
export box, char, float, bessel, f32, f64, int, str, ptr;

0 commit comments

Comments
 (0)