Skip to content

Commit 6d11439

Browse files
committed
Make sure clippy does not duplicate depenencies
1 parent 0ccebdf commit 6d11439

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Cargo.lock

+3
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,20 @@ name = "clippy"
310310
version = "0.0.211"
311311
dependencies = [
312312
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
313+
"backtrace 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
313314
"cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
314315
"clippy-mini-macro-test 0.2.0",
315316
"clippy_lints 0.0.211",
316317
"compiletest_rs 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
317318
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
318319
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
320+
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
319321
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
320322
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
321323
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
322324
"serde 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
323325
"serde_derive 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
326+
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
324327
]
325328

326329
[[package]]

src/tools/clippy

0 commit comments

Comments
 (0)