mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Warn missing docs, deny in ci
This commit is contained in:
parent
1bf47df553
commit
148cc2b8ea
|
@ -3,7 +3,7 @@
|
|||
//! This is an implementation of the [`embedded-hal`] traits for the RP2040 microcontroller
|
||||
//! NOTE This HAL is still under active development. This API will remain volatile until 1.0.0
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![warn(missing_docs)]
|
||||
#![no_std]
|
||||
|
||||
extern crate cortex_m;
|
||||
|
|
Loading…
Reference in a new issue