aboutsummaryrefslogtreecommitdiff
path: root/examples/smallest.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/smallest.rs')
-rw-r--r--examples/smallest.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/smallest.rs b/examples/smallest.rs
index 5071392d..e54ae448 100644
--- a/examples/smallest.rs
+++ b/examples/smallest.rs
@@ -2,6 +2,7 @@
#![no_main]
#![no_std]
+#![deny(missing_docs)]
use panic_semihosting as _; // panic handler
use rtic::app;