diff options
| author | bors <bors@rust-lang.org> | 2018-08-29 13:35:25 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-08-29 13:35:25 +0000 |
| commit | e6b35b0e1115f008796e8313574e4a4739b6d39d (patch) | |
| tree | 7c48120e206f74504836ab9a1fa297a7e40ab0ef | |
| parent | ba48850409222b2470fdc606329dc74aecbc0faa (diff) | |
| parent | b96fef6080636c48d34d3eebfa48ca2a7cd5e595 (diff) | |
Auto merge of #53758 - oli-obk:clippy, r=kennytm
Update clippy submodule r? @Manishearth @nrc @kennytm
| -rw-r--r-- | src/Cargo.lock | 2 | ||||
| m--------- | src/tools/clippy | 24 | ||||
| -rw-r--r-- | src/tools/rustc-workspace-hack/Cargo.toml | 3 |
3 files changed, 8 insertions, 21 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 37a6f9130f5..e4d9f6e2394 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -294,7 +294,6 @@ dependencies = [ name = "clippy" version = "0.0.212" dependencies = [ - "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "clippy-mini-macro-test 0.2.0", "clippy_lints 0.0.212", @@ -303,7 +302,6 @@ dependencies = [ "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-workspace-hack 1.0.0", - "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.75 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/src/tools/clippy b/src/tools/clippy -Subproject 628934424e9c181a4162b3a5d01e4211ee98b7b +Subproject d99cea0f16633556871a59500c610782b07233b diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index 22a22dfcaaa..755b172dd1b 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -23,6 +23,8 @@ syn = { version = "0.14", features = ['extra-traits'] } version = "0.3" features = [ "basetsd", + "consoleapi", + "errhandlingapi", "jobapi", "jobapi2", "lmcons", @@ -32,6 +34,7 @@ features = [ "ntsecapi", "ntstatus", "profileapi", + "processenv", "psapi", "schannel", "securitybaseapi", |
