Skip to content

Commit f60244e

Browse files
committed
Fix breakage from previous cherry pick
1 parent 6a42e5d commit f60244e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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)]

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)