aboutsummaryrefslogtreecommitdiff
path: root/examples/ramfunc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ramfunc.rs')
-rw-r--r--examples/ramfunc.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ramfunc.rs b/examples/ramfunc.rs
index 316f6d8c..e2e7f67b 100644
--- a/examples/ramfunc.rs
+++ b/examples/ramfunc.rs
@@ -1,9 +1,11 @@
//! examples/ramfunc.rs
#![deny(warnings)]
+#![deny(missing_docs)]
#![no_main]
#![no_std]
#![feature(type_alias_impl_trait)]
+
use panic_semihosting as _;
#[rtic::app(