Auto merge of #53758 - oli-obk:clippy, r=kennytm

Update clippy submodule

r? @Manishearth @nrc @kennytm
This commit is contained in:
bors 2018-08-29 13:35:25 +00:00
commit e6b35b0e11
3 changed files with 4 additions and 3 deletions

View File

@ -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)",

@ -1 +1 @@
Subproject commit 628934424e9c181a4162b3a5d01e4211ee98b7b7
Subproject commit d99cea0f16633556871a59500c610782b07233b9

View File

@ -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",