Skip to content

Commit

Permalink
Remove stabilized attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Mar 4, 2019
1 parent a976430 commit d88854d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
#![warn(missing_docs)]
#![warn(rust_2018_idioms)]
#![cfg_attr(
all(feature = "nightly", target_os = "linux"),
feature(integer_atomics)
)]

#[cfg(all(feature = "nightly", target_os = "linux"))]
#[path = "thread_parker/linux.rs"]
Expand Down
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
#![warn(missing_docs)]
#![warn(rust_2018_idioms)]
#![cfg_attr(feature = "nightly", feature(const_fn))]
#![cfg_attr(feature = "nightly", feature(integer_atomics))]
#![cfg_attr(feature = "nightly", feature(asm))]
#![cfg_attr(feature = "nightly", feature(time_checked_add))]

mod condvar;
mod elision;
Expand Down

0 comments on commit d88854d

Please sign in to comment.