]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/Cargo.toml
Move binder for dyn to each list item
[rust.git] / clippy_dev / Cargo.toml
index e2e946d06f27c28f4c2732eac3c3b526f8676c0d..b8a4a20114bb8b7f58f4c814afa434f49b9978be 100644 (file)
@@ -5,9 +5,13 @@ authors = ["Philipp Hansch <dev@phansch.net>"]
 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 = []