mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
deny missing docs
This commit is contained in:
parent
21e60427cf
commit
b37fd820c0
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
//
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
#![deny(warnings)]
|
||||
#![deny(missing_docs)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
|
||||
use cortex_m_semihosting::{debug, hprintln};
|
||||
|
|
Loading…
Reference in a new issue