Skip to content

Commit

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

None
  • Loading branch information
kennytm authored Oct 3, 2018
2 parents 0ba5d74 + c2c8f8a commit a42a4d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2075,6 +2075,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
"serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
Expand Down
2 changes: 1 addition & 1 deletion src/tools/clippy
4 changes: 4 additions & 0 deletions src/tools/rustc-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ features = [
"wincon",
"wincrypt",
]

[dependencies.serde_json]
version = "1.0.31"
features = ["raw_value"]

0 comments on commit a42a4d6

Please sign in to comment.