diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-09-03 17:13:54 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-09-03 17:13:54 +0200 |
| commit | 11d2b0cdc194b0570e3dd9028c2a979598ab2df7 (patch) | |
| tree | 1efadd5c9c3d96bec13657600d427e661914f0b2 /embassy-traits/src | |
| parent | de016e845655fe7a8637c9a545e4074e7bd6dbfc (diff) | |
Remove more unused features.
Diffstat (limited to 'embassy-traits/src')
| -rw-r--r-- | embassy-traits/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-traits/src/lib.rs b/embassy-traits/src/lib.rs index 4c8b94b11..65fb95bd4 100644 --- a/embassy-traits/src/lib.rs +++ b/embassy-traits/src/lib.rs | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #![cfg_attr(not(feature = "std"), no_std)] | 1 | #![cfg_attr(not(feature = "std"), no_std)] |
| 2 | #![feature(generic_associated_types)] | 2 | #![feature(generic_associated_types)] |
| 3 | #![feature(const_fn_fn_ptr_basics)] | ||
| 4 | #![feature(const_option)] | ||
| 5 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 6 | 4 | ||
| 7 | pub mod delay; | 5 | pub mod delay; |
