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 | |
| parent | de016e845655fe7a8637c9a545e4074e7bd6dbfc (diff) | |
Remove more unused features.
| -rw-r--r-- | embassy-traits/src/lib.rs | 2 | ||||
| -rw-r--r-- | embassy/src/lib.rs | 1 |
2 files changed, 0 insertions, 3 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; |
diff --git a/embassy/src/lib.rs b/embassy/src/lib.rs index 959d30797..9e050a57a 100644 --- a/embassy/src/lib.rs +++ b/embassy/src/lib.rs | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | #![feature(generic_associated_types)] | 2 | #![feature(generic_associated_types)] |
| 3 | #![feature(const_fn_trait_bound)] | 3 | #![feature(const_fn_trait_bound)] |
| 4 | #![feature(const_fn_fn_ptr_basics)] | 4 | #![feature(const_fn_fn_ptr_basics)] |
| 5 | #![feature(const_option)] | ||
| 6 | #![feature(type_alias_impl_trait)] | 5 | #![feature(type_alias_impl_trait)] |
| 7 | 6 | ||
| 8 | // This mod MUST go first, so that the others see its macros. | 7 | // This mod MUST go first, so that the others see its macros. |
