From 6d114399f8671d2554d006fadeb668afa6536a29 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 2 Jul 2018 10:36:07 +0200 Subject: [PATCH] Make sure clippy does not duplicate depenencies --- src/Cargo.lock | 3 +++ src/tools/clippy | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index dd4b09fa20d..7b5b86d39fc 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -310,17 +310,20 @@ name = "clippy" version = "0.0.211" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "clippy-mini-macro-test 0.2.0", "clippy_lints 0.0.211", "compiletest_rs 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/src/tools/clippy b/src/tools/clippy index 63041d070b7..41972f89dcb 160000 --- a/src/tools/clippy +++ b/src/tools/clippy @@ -1 +1 @@ -Subproject commit 63041d070b72b37c07fe3c0764f82ae3c3606028 +Subproject commit 41972f89dcb99819191ffbf2381430e63e9d916d