summaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/hello.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f4/src/bin/hello.rs')
-rw-r--r--examples/stm32f4/src/bin/hello.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/stm32f4/src/bin/hello.rs b/examples/stm32f4/src/bin/hello.rs
index 8059f4b5..56eb67bf 100644
--- a/examples/stm32f4/src/bin/hello.rs
+++ b/examples/stm32f4/src/bin/hello.rs
@@ -1,8 +1,6 @@
#![no_std]
#![no_main]
-#![feature(trait_alias)]
#![feature(type_alias_impl_trait)]
-#![allow(incomplete_features)]
use defmt::info;
use embassy::executor::Spawner;