45: Remove #![deny(warnings)] (anti-pattern) r=almindor a=Disasm Co-authored-by: Vadim Kaushan <admin@disasm.info>
@@ -16,7 +16,6 @@
//! - Wrappers around assembly instructions like `WFI`.
#![no_std]
-#![deny(warnings)]
#![cfg_attr(feature = "inline-asm", feature(asm))]
extern crate bare_metal;