Do not hardcode deny(warnings) in the source code
When a new version of the compiler introduces a new warning it makes your perfectly fine older release require manual patching in order to build again.
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
missing_copy_implementations
|
||||
)]
|
||||
#![allow(proc_macro_derive_resolution_fallback)]
|
||||
// #![deny(warnings)]
|
||||
|
||||
//! FIXME: Docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user