Skip to content

Commit 516c3b8

Browse files
committed
Fixes for rust nightly change to behavior of no_std[1]
[1]rust-lang/rfcs#1184
1 parent e1c8a1b commit 516c3b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515

1616
//! A cell that with volatile setter and getter.
1717
18-
#![feature(core, no_std, core_intrinsics)]
18+
#![feature(no_std, core_intrinsics)]
1919
#![no_std]
2020

21-
extern crate core;
2221

2322
#[cfg(feature="replayer")] #[macro_use(expect)] extern crate expectest;
2423
#[cfg(feature="replayer")] #[macro_use] extern crate std;

0 commit comments

Comments
 (0)