Skip to content

Commit 2a89bb6

Browse files
committed
Merge pull request #27680 from brson/beta-next
Fix breakage from previous cherry pick
2 parents 32a5ceb + f60244e commit 2a89bb6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: src/librustc/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#![feature(clone_from_slice)]
3333
#![feature(collections)]
3434
#![feature(const_fn)]
35-
#![feature(core)]
3635
#![feature(duration_span)]
3736
#![feature(dynamic_lib)]
3837
#![feature(enumset)]

Diff for: src/libstd/time/duration.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#[cfg(stage0)]
1211
use prelude::v1::*;
1312

1413
use ops::{Add, Sub, Mul, Div};

0 commit comments

Comments
 (0)