aboutsummaryrefslogtreecommitdiff
path: root/examples/preempt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/preempt.rs')
-rw-r--r--examples/preempt.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/preempt.rs b/examples/preempt.rs
index 960fc571..4b11907c 100644
--- a/examples/preempt.rs
+++ b/examples/preempt.rs
@@ -3,6 +3,7 @@
#![no_main]
#![no_std]
#![feature(type_alias_impl_trait)]
+#![deny(missing_docs)]
use panic_semihosting as _;
use rtic::app;