瀏覽代碼

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

Vadim Kaushan 4 年之前
父節點
當前提交
a804abda7e
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;