Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 770792f

Browse files
committedMay 7, 2021
Auto merge of #84980 - flip1995:clippyup, r=Manishearth
Update Clippy Bi-weekly Clippy update. r? `@Manishearth`
2 parents ca712bc + c24058b commit 770792f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2327
-1060
lines changed
 

‎Cargo.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ dependencies = [
548548

549549
[[package]]
550550
name = "clippy"
551-
version = "0.1.53"
551+
version = "0.1.54"
552552
dependencies = [
553553
"cargo_metadata 0.12.0",
554554
"clippy-mini-macro-test",
@@ -585,7 +585,7 @@ dependencies = [
585585

586586
[[package]]
587587
name = "clippy_lints"
588-
version = "0.1.53"
588+
version = "0.1.54"
589589
dependencies = [
590590
"cargo_metadata 0.12.0",
591591
"clippy_utils",
@@ -597,14 +597,15 @@ dependencies = [
597597
"rustc-semver",
598598
"semver 0.11.0",
599599
"serde",
600+
"serde_json",
600601
"toml",
601602
"unicode-normalization",
602603
"url 2.1.1",
603604
]
604605

605606
[[package]]
606607
name = "clippy_utils"
607-
version = "0.1.53"
608+
version = "0.1.54"
608609
dependencies = [
609610
"if_chain",
610611
"itertools 0.9.0",

‎src/tools/clippy/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ out
2929

3030
# gh pages docs
3131
util/gh-pages/lints.json
32+
**/metadata_collection.json
3233

3334
# rustfmt backups
3435
*.rs.bk

0 commit comments

Comments
 (0)
Please sign in to comment.