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