mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
rm deny warnings
This commit is contained in:
parent
8b31518a6f
commit
fd5179420f
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
//! Hardware Abstraction Layer (HAL) for the nRF52840 Development Kit
|
//! Board Support Crate (BSC) for the nRF52840 Development Kit
|
||||||
|
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(warnings)]
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
||||||
use core::{
|
use core::{
|
||||||
|
|
Loading…
Reference in a new issue