Skip to content

Commit 81d1dee

Browse files
committed
---
yaml --- r: 24229 b: refs/heads/master c: b41d514 h: refs/heads/master i: 24227: dd6277e v: v3
1 parent 884a5f4 commit 81d1dee

File tree

5 files changed

+732
-895
lines changed

5 files changed

+732
-895
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0bcb3bc536ec30a7a15c276de8e3c3c1e4643e1e
2+
refs/heads/master: b41d5146cc4a80568a7a1e9bff2e6b89a91f9c11
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libcore/core.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Implicitly, all crates behave as if they included the following prologue:
3737
#[no_core];
3838

3939
#[legacy_modes];
40+
#[legacy_exports];
4041

4142
#[warn(vecs_implicitly_copyable)];
4243
#[deny(non_camel_case_types)];
@@ -307,9 +308,7 @@ mod pipes;
307308
mod gc;
308309
#[legacy_exports]
309310
mod io;
310-
#[legacy_exports]
311311
mod libc;
312-
#[legacy_exports]
313312
mod os;
314313
#[legacy_exports]
315314
mod path;

trunk/src/libcore/core.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
// Export various ubiquitous types, constructors, methods.
44

5-
#[legacy_exports];
6-
75
use option::{Some, None};
86
use Option = option::Option;
97
use result::{Result, Ok, Err};

0 commit comments

Comments
 (0)