Browse Source

lib: don't deny warnings

luojia65 2 years ago
parent
commit
9c027b33f7
1 changed files with 0 additions and 1 deletions
  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)]