don't error on warnings
Nice and all when you keep up with development, but can cause random errors by the addition of new errors to the compiler.
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
missing_copy_implementations
|
||||
)]
|
||||
#![allow(proc_macro_derive_resolution_fallback)]
|
||||
#![deny(warnings)]
|
||||
// #![deny(warnings)]
|
||||
|
||||
//! FIXME: Docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user