Skip to content

Commit 226b658

Browse files
committed
---
yaml --- r: 7716 b: refs/heads/snap-stage3 c: 93e9600 h: refs/heads/master v: v3
1 parent d52d81e commit 226b658

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 3239f8189888e09a4a54aec4834a2a215176a022
4+
refs/heads/snap-stage3: 93e9600a94ab516b090a8e90233ec0694a9b3b23
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/libcore/core.rc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ non-trivial program.
1717
It is linked by default to all crates and the contents imported. The effect is
1818
as though the user had written the following:
1919

20-
~~~
21-
use core;
22-
import core::*;
23-
~~~
20+
use core;
21+
import core::*;
2422

2523
This behavior can be disabled with the `--no-core` compiler flag."
2624
)];

0 commit comments

Comments
 (0)