mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 20:40:32 +00:00
drop no longer required feature gate
This commit is contained in:
parent
64a76132da
commit
b47d8d8a5d
@ -82,7 +82,6 @@
|
||||
#![deny(missing_docs)]
|
||||
#![deny(warnings)]
|
||||
#![cfg_attr(feature = "const-fn", feature(const_fn))]
|
||||
#![cfg_attr(feature = "const-fn", feature(const_manually_drop_new))]
|
||||
#![cfg_attr(feature = "const-fn", feature(untagged_unions))]
|
||||
#![cfg_attr(feature = "smaller-atomics", feature(integer_atomics))]
|
||||
#![no_std]
|
||||
|
Loading…
x
Reference in New Issue
Block a user