]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/Cargo.toml
Auto merge of #7165 - camsteffen:question-mark, r=Manishearth
[rust.git] / clippy_dev / Cargo.toml
index e2e946d06f27c28f4c2732eac3c3b526f8676c0d..b1844e29b3273fa3e41a1a65fe070f4db1ffe73f 100644 (file)
@@ -1,13 +1,17 @@
 [package]
 name = "clippy_dev"
 version = "0.0.1"
-authors = ["Philipp Hansch <dev@phansch.net>"]
+authors = ["The Rust Clippy Developers"]
 edition = "2018"
 
 [dependencies]
+bytecount = "0.6"
 clap = "2.33"
-itertools = "0.8"
+itertools = "0.9"
+opener = "0.4"
 regex = "1"
-lazy_static = "1.0"
 shell-escape = "0.1"
 walkdir = "2"
+
+[features]
+deny-warnings = []