Skip to content

Commit

Permalink
Auto merge of rust-lang#65764 - Manishearth:clippyup, r=Manishearth
Browse files Browse the repository at this point in the history
Update clippy

Fixes rust-lang#65754

r? @ghost
  • Loading branch information
bors committed Oct 25, 2019
2 parents dd2df8f + 7d0162d commit 85943fd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,18 @@ dependencies = [
"serde_json",
]

[[package]]
name = "cargo_metadata"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d"
dependencies = [
"semver",
"serde",
"serde_derive",
"serde_json",
]

[[package]]
name = "cargotest2"
version = "0.1.0"
Expand Down Expand Up @@ -443,7 +455,7 @@ dependencies = [
name = "clippy"
version = "0.0.212"
dependencies = [
"cargo_metadata",
"cargo_metadata 0.9.0",
"clippy-mini-macro-test",
"clippy_lints",
"compiletest_rs",
Expand All @@ -464,7 +476,7 @@ version = "0.2.0"
name = "clippy_lints"
version = "0.0.212"
dependencies = [
"cargo_metadata",
"cargo_metadata 0.9.0",
"if_chain",
"itertools 0.8.0",
"lazy_static 1.3.0",
Expand Down Expand Up @@ -2124,7 +2136,7 @@ name = "miri"
version = "0.1.0"
dependencies = [
"byteorder",
"cargo_metadata",
"cargo_metadata 0.8.0",
"colored",
"compiletest_rs",
"directories",
Expand Down Expand Up @@ -2954,7 +2966,7 @@ name = "rls"
version = "1.39.0"
dependencies = [
"cargo",
"cargo_metadata",
"cargo_metadata 0.8.0",
"clippy_lints",
"crossbeam-channel",
"difference",
Expand Down Expand Up @@ -3872,7 +3884,7 @@ version = "1.4.9"
dependencies = [
"annotate-snippets",
"bytecount",
"cargo_metadata",
"cargo_metadata 0.8.0",
"derive-new",
"diff",
"dirs",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/clippy

0 comments on commit 85943fd

Please sign in to comment.