Browse Source

lib: don't deny warnings

luojia65 2 năm trước cách đây
mục cha
commit
9c027b33f7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/lib.rs

+ 0 - 1
src/lib.rs

@@ -183,7 +183,6 @@
 
 #![no_std]
 #![feature(ptr_metadata)]
-#![deny(warnings)] // cancel this line for developing
 
 #[cfg(feature = "legacy")]
 #[doc(hidden)]