Enable deny-warnings feature everywhere in CI
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
|
||||
|
||||
extern crate clap;
|
||||
extern crate clippy_dev;
|
||||
extern crate regex;
|
||||
|
||||
Reference in New Issue
Block a user