Enable deny-warnings feature everywhere in CI
This commit is contained in:
@@ -9,4 +9,8 @@ license = "MIT OR Apache-2.0"
|
||||
keywords = ["rustc", "tool", "git", "version", "hash"]
|
||||
categories = ["development-tools"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[features]
|
||||
deny-warnings = []
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
|
||||
|
||||
use std::env;
|
||||
|
||||
#[macro_export]
|
||||
|
||||
Reference in New Issue
Block a user