]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
[`needless_return`] Recursively remove unneeded semicolons
[rust.git] / Cargo.toml
index fa4dd123ee9a51478e1ec80cdfb19f2c1aba7d1a..d648cd7945ef269579351329a14301cc6037e2fd 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.1.63"
+version = "0.1.65"
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
 repository = "https://github.com/rust-lang/rust-clippy"
 readme = "README.md"
@@ -32,6 +32,7 @@ compiletest_rs = { version = "0.8", features = ["tmp"] }
 tester = "0.9"
 regex = "1.5"
 toml = "0.5"
+walkdir = "2.3"
 # This is used by the `collect-metadata` alias.
 filetime = "0.2"