Skip to content

Commit bbe0a8e

Browse files
authored
Rollup merge of rust-lang#53758 - oli-obk:clippy, r=kennytm
Update clippy submodule r? @Manishearth @nrc @kennytm
2 parents bca350b + c0b4b6a commit bbe0a8e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ dependencies = [
294294
name = "clippy"
295295
version = "0.0.212"
296296
dependencies = [
297-
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
298297
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
299298
"clippy-mini-macro-test 0.2.0",
300299
"clippy_lints 0.0.212",
@@ -303,7 +302,6 @@ dependencies = [
303302
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
304303
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
305304
"rustc-workspace-hack 1.0.0",
306-
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
307305
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
308306
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
309307
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",

src/tools/clippy

0 commit comments

Comments
 (0)