diff options
| -rw-r--r-- | embassy/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy/src/lib.rs b/embassy/src/lib.rs index 845f82a3f..41102a180 100644 --- a/embassy/src/lib.rs +++ b/embassy/src/lib.rs | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | #![feature(min_type_alias_impl_trait)] | 7 | #![feature(min_type_alias_impl_trait)] |
| 8 | #![feature(impl_trait_in_bindings)] | 8 | #![feature(impl_trait_in_bindings)] |
| 9 | #![feature(type_alias_impl_trait)] | 9 | #![feature(type_alias_impl_trait)] |
| 10 | #![feature(maybe_uninit_ref)] | ||
| 11 | 10 | ||
| 12 | // This mod MUST go first, so that the others see its macros. | 11 | // This mod MUST go first, so that the others see its macros. |
| 13 | pub(crate) mod fmt; | 12 | pub(crate) mod fmt; |
