deny missing docs

This commit is contained in:
Per Lindgren 2023-02-02 21:07:48 +01:00
parent 21e60427cf
commit b37fd820c0

View file

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