Enable deny-warnings feature everywhere in CI

This commit is contained in:
flip1995
2019-11-25 17:23:48 +01:00
parent 1d3ec29880
commit d51a80c57e
6 changed files with 16 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
use std::env;
#[macro_export]