aboutsummaryrefslogtreecommitdiff
path: root/embassy/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy/src/lib.rs')
-rw-r--r--embassy/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy/src/lib.rs b/embassy/src/lib.rs
index 32e65c65c..959d30797 100644
--- a/embassy/src/lib.rs
+++ b/embassy/src/lib.rs
@@ -3,7 +3,6 @@
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)] 5#![feature(const_option)]
6#![allow(incomplete_features)]
7#![feature(type_alias_impl_trait)] 6#![feature(type_alias_impl_trait)]
8 7
9// This mod MUST go first, so that the others see its macros. 8// This mod MUST go first, so that the others see its macros.