mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-30 14:00:29 +00:00
Merge #71
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:
commit
89bf3ecd13
@ -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