summaryrefslogtreecommitdiff
path: root/examples/stm32f0/src/bin/hello.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f0/src/bin/hello.rs')
-rw-r--r--examples/stm32f0/src/bin/hello.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f0/src/bin/hello.rs b/examples/stm32f0/src/bin/hello.rs
index 418f2794..9f745f9a 100644
--- a/examples/stm32f0/src/bin/hello.rs
+++ b/examples/stm32f0/src/bin/hello.rs
@@ -1,7 +1,6 @@
#![no_std]
#![no_main]
#![feature(type_alias_impl_trait)]
-#![allow(incomplete_features)]
use defmt::info;