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:
Jordan Petridis
2019-09-13 03:05:38 +03:00
parent 1192642811
commit 945b40249c
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -62,7 +62,6 @@
missing_copy_implementations
)]
#![allow(proc_macro_derive_resolution_fallback)]
// #![deny(warnings)]
//! FIXME: Docs