Remove #![deny(warnings)] (anti-pattern)
This commit is contained in:
parent
18995feba8
commit
9bf5caafc2
|
@ -16,7 +16,6 @@
|
||||||
//! - Wrappers around assembly instructions like `WFI`.
|
//! - Wrappers around assembly instructions like `WFI`.
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![deny(warnings)]
|
|
||||||
#![cfg_attr(feature = "inline-asm", feature(asm))]
|
#![cfg_attr(feature = "inline-asm", feature(asm))]
|
||||||
|
|
||||||
extern crate bare_metal;
|
extern crate bare_metal;
|
||||||
|
|
Loading…
Reference in New Issue