File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 4e2d8d8051d96288ed52fdc897008b95cee43458
4
+ refs/heads/snap-stage3: 24b425567ccab35b3fd41762f574c83e16295a26
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change 13
13
"The core library provides functionality that is closely tied to \
14
14
the Rust built-in types and runtime services, or that is used in nearly \
15
15
every non-trivial program.\
16
- \
16
+ \n\n\
17
17
The core library is linked by default to all crates and the contents \
18
18
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\
23
25
This behavior can be disabled with the `--no-core` compiler flag."
24
26
)];
25
27
You can’t perform that action at this time.
0 commit comments