mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 12:30:35 +00:00
remove no longer needded integer_atomics feature
This commit is contained in:
parent
93687110b4
commit
82fded5155
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user