Skip to content

Commit a42a4d6

Browse files
authored
Rollup merge of #54784 - Manishearth:clippyup, r=oli-obk
Update clippy None
2 parents 0ba5d74 + c2c8f8a commit a42a4d6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

src/Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -2075,6 +2075,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
20752075
name = "rustc-workspace-hack"
20762076
version = "1.0.0"
20772077
dependencies = [
2078+
"serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
20782079
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
20792080
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
20802081
]

src/tools/clippy

src/tools/rustc-workspace-hack/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ features = [
4747
"wincon",
4848
"wincrypt",
4949
]
50+
51+
[dependencies.serde_json]
52+
version = "1.0.31"
53+
features = ["raw_value"]

0 commit comments

Comments
 (0)