aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Lindgren <per.lindgren@ltu.se>2023-02-02 21:07:48 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:35:11 +0100
commite57155a7c2f84c9fbd02c2066d0050371c67d834 (patch)
treefd08a915bb811cf4825cb965d94e892a74e07d9f
parentb6fdb9060bc2f19308d864c934078d8160a17ca3 (diff)
deny missing docs
-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};