Skip to content

Commit

Permalink
Update for '2017-09-16' nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Sep 17, 2017
1 parent 16a1cda commit 16c6ff3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

#![warn(missing_docs)]
#![cfg_attr(feature = "nightly", feature(const_fn))]
#![cfg_attr(feature = "nightly", feature(const_atomic_u8_new))]
#![cfg_attr(feature = "nightly", feature(const_atomic_usize_new))]
#![cfg_attr(feature = "nightly", feature(const_cell_new))]
#![cfg_attr(feature = "nightly", feature(const_ptr_null_mut))]
#![cfg_attr(feature = "nightly", feature(const_atomic_ptr_new))]
#![cfg_attr(feature = "nightly", feature(const_unsafe_cell_new))]
#![cfg_attr(feature = "nightly", feature(integer_atomics))]
#![cfg_attr(feature = "nightly", feature(asm))]

Expand Down

0 comments on commit 16c6ff3

Please sign in to comment.