Skip to content

Commit 24b4255

Browse files
committed
wip
1 parent 4e2d8d8 commit 24b4255

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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)