Skip to content

Commit d600a94

Browse files
committed
Auto merge of #53199 - oli-obk:beta, r=kennytm
[beta] Update the clippy submodule Clippy didn't build on the beta branch because of a rustc version sanity check r? @kennytm
2 parents 3bf40a8 + 22a4ef1 commit d600a94

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ dependencies = [
351351
name = "clippy"
352352
version = "0.0.212"
353353
dependencies = [
354-
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
355354
"cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
356355
"clippy-mini-macro-test 0.2.0",
357356
"clippy_lints 0.0.212",
@@ -360,7 +359,6 @@ dependencies = [
360359
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
361360
"regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
362361
"rustc-workspace-hack 1.0.0",
363-
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
364362
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
365363
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
366364
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",

src/tools/clippy

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

+3
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ features = [
4141
"timezoneapi",
4242
"lmcons",
4343
"wincon",
44+
"consoleapi",
45+
"errhandlingapi",
46+
"processenv",
4447
]

0 commit comments

Comments
 (0)