aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic/examples/async-timeout.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic/examples/async-timeout.rs b/rtic/examples/async-timeout.rs
index a850b10..2e97440 100644
--- a/rtic/examples/async-timeout.rs
+++ b/rtic/examples/async-timeout.rs
@@ -2,6 +2,8 @@
//
#![no_main]
#![no_std]
+#![deny(warnings)]
+#![deny(missing_docs)]
#![feature(type_alias_impl_trait)]
use cortex_m_semihosting::{debug, hprintln};