remove no longer needded integer_atomics feature

This commit is contained in:
Jorge Aparicio 2019-02-04 19:23:47 +01:00
parent 93687110b4
commit 82fded5155

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;