71: remove no longer needded integer_atomics feature r=japaric a=japaric



Co-authored-by: Jorge Aparicio <jorge@japaric.io>
This commit is contained in:
bors[bot] 2019-02-05 08:57:47 +00:00
commit 89bf3ecd13

View File

@ -82,7 +82,6 @@
#![deny(warnings)]
#![cfg_attr(feature = "const-fn", feature(const_fn))]
#![cfg_attr(feature = "const-fn", feature(untagged_unions))]
#![cfg_attr(feature = "smaller-atomics", feature(integer_atomics))]
#![no_std]
extern crate generic_array;