]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/Cargo.toml
Auto merge of #7519 - Jarcho:rustfmt_fix, r=giraffate
[rust.git] / clippy_utils / Cargo.toml
index 6e158c8ce72397ec5e9801114adf80635f3e64f9..8bd859c97adab55b56b28b42fe2a1861d3a5751e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy_utils"
-version = "0.1.53"
+version = "0.1.56"
 authors = ["The Rust Clippy Developers"]
 edition = "2018"
 publish = false
@@ -14,6 +14,7 @@ unicode-normalization = "0.1"
 rustc-semver="1.1.0"
 
 [features]
+deny-warnings = []
 internal-lints = []
 metadata-collector-lint = []