Skip to content

Commit

Permalink
Auto merge of #53758 - oli-obk:clippy, r=kennytm
Browse files Browse the repository at this point in the history
Update clippy submodule

r? @Manishearth @nrc @kennytm
  • Loading branch information
bors committed Aug 29, 2018
2 parents ba48850 + b96fef6 commit e6b35b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Cargo.lock
Expand Up @@ -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",
Expand All @@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/clippy
3 changes: 3 additions & 0 deletions src/tools/rustc-workspace-hack/Cargo.toml
Expand Up @@ -23,6 +23,8 @@ syn = { version = "0.14", features = ['extra-traits'] }
version = "0.3"
features = [
"basetsd",
"consoleapi",
"errhandlingapi",
"jobapi",
"jobapi2",
"lmcons",
Expand All @@ -32,6 +34,7 @@ features = [
"ntsecapi",
"ntstatus",
"profileapi",
"processenv",
"psapi",
"schannel",
"securitybaseapi",
Expand Down

0 comments on commit e6b35b0

Please sign in to comment.