File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 2 files changed +3
-5
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: 3239f8189888e09a4a54aec4834a2a215176a022
4
+ refs/heads/snap-stage3: 93e9600a94ab516b090a8e90233ec0694a9b3b23
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -17,10 +17,8 @@ non-trivial program.
17
17
It is linked by default to all crates and the contents imported. The effect is
18
18
as though the user had written the following:
19
19
20
- ~~~
21
- use core;
22
- import core::*;
23
- ~~~
20
+ use core;
21
+ import core::*;
24
22
25
23
This behavior can be disabled with the `--no-core` compiler flag."
26
24
)];
You can’t perform that action at this time.
0 commit comments