Skip to content

Commit

Permalink
Fixes for rust nightly change to behavior of no_std[1]
Browse files Browse the repository at this point in the history
  • Loading branch information
mokus0 committed Aug 16, 2015
1 parent e1c8a1b commit 516c3b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@

//! A cell that with volatile setter and getter.
#![feature(core, no_std, core_intrinsics)]
#![feature(no_std, core_intrinsics)]
#![no_std]

extern crate core;

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

0 comments on commit 516c3b8

Please sign in to comment.