Skip to content

Commit

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

None
  • Loading branch information
bors committed Oct 4, 2018
2 parents 5472b07 + b0643ad commit 5de5281
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2074,6 +2074,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"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
8 changes: 8 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,11 @@ features = [
"wincon",
"wincrypt",
]

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

[dependencies.rand]
version = "0.5.5"
features = ["i128_support"]

0 comments on commit 5de5281

Please sign in to comment.