mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 14:04:56 +01:00
deny missing docs
This commit is contained in:
parent
b6fdb9060b
commit
e57155a7c2
1 changed files with 2 additions and 0 deletions
|
@ -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};
|
||||||
|
|
Loading…
Reference in a new issue