Remove more unused features.

This commit is contained in:
Dario Nieuwenhuis 2021-09-03 17:13:54 +02:00
parent de016e8456
commit 11d2b0cdc1
2 changed files with 0 additions and 3 deletions

View file

@ -1,7 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(generic_associated_types)]
#![feature(const_fn_fn_ptr_basics)]
#![feature(const_option)]
#![feature(type_alias_impl_trait)]
pub mod delay;

View file

@ -2,7 +2,6 @@
#![feature(generic_associated_types)]
#![feature(const_fn_trait_bound)]
#![feature(const_fn_fn_ptr_basics)]
#![feature(const_option)]
#![feature(type_alias_impl_trait)]
// This mod MUST go first, so that the others see its macros.