Browse Source

Remove #![deny(warnings)] (anti-pattern)

Vadim Kaushan 4 years ago
parent
commit
a804abda7e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib.rs

+ 0 - 1
src/lib.rs

@@ -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;