Update PR
This commit is contained in:
parent
a32ca39ca0
commit
f164a1a89e
|
@ -1,7 +1,7 @@
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
#![allow(clippy::missing_safety_doc)]
|
|
||||||
// Deprecation warnings are temporarily allowed as the HAL DMA goes through updates.
|
// Deprecation warnings are temporarily allowed as the HAL DMA goes through updates.
|
||||||
#![allow(deprecated)]
|
#![allow(deprecated)]
|
||||||
|
#![allow(clippy::missing_safety_doc)]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
#![cfg_attr(feature = "nightly", feature(asm))]
|
#![cfg_attr(feature = "nightly", feature(asm))]
|
||||||
|
|
Loading…
Reference in New Issue