deny missing docs

This commit is contained in:
Per Lindgren 2023-02-02 21:07:48 +01:00 committed by Henrik Tjäder
parent b6fdb9060b
commit e57155a7c2

View file

@ -2,6 +2,8 @@
// //
#![no_main] #![no_main]
#![no_std] #![no_std]
#![deny(warnings)]
#![deny(missing_docs)]
#![feature(type_alias_impl_trait)] #![feature(type_alias_impl_trait)]
use cortex_m_semihosting::{debug, hprintln}; use cortex_m_semihosting::{debug, hprintln};