diff --git a/rtic/examples/async-timeout.rs b/rtic/examples/async-timeout.rs index a850b106fc..2e974409d3 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};