Skip to content

Commit 3053f8d

Browse files
committed
---
yaml --- r: 7653 b: refs/heads/master c: 24b4255 h: refs/heads/master i: 7651: 43945e6 v: v3
1 parent 22b3c65 commit 3053f8d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
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: 4e2d8d8051d96288ed52fdc897008b95cee43458
2+
refs/heads/master: 24b425567ccab35b3fd41762f574c83e16295a26

trunk/src/libcore/core.rc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
"The core library provides functionality that is closely tied to \
1414
the Rust built-in types and runtime services, or that is used in nearly \
1515
every non-trivial program.\
16-
\
16+
\n\n\
1717
The core library is linked by default to all crates and the contents \
1818
imported. The effect is as though the user had written the following: \
19-
\
20-
> use core; \
21-
> import core::*; \
22-
\
19+
\n\n\
20+
~~~\n\
21+
use core; \n\
22+
import core::*;\n\
23+
~~~\n\
24+
\n\
2325
This behavior can be disabled with the `--no-core` compiler flag."
2426
)];
2527

0 commit comments

Comments
 (0)