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 30f3860

Browse files
committedMay 5, 2022
Auto merge of rust-lang#96735 - flip1995:clippyup, r=Manishearth
Update Clippy r? `@Manishearth`
2 parents 50cf76c + 463c760 commit 30f3860

File tree

294 files changed

+6205
-2639
lines changed

Some content is hidden

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

294 files changed

+6205
-2639
lines changed
 

‎Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ dependencies = [
655655
name = "clippy_dev"
656656
version = "0.0.1"
657657
dependencies = [
658+
"aho-corasick",
658659
"clap 2.34.0",
659660
"indoc",
660661
"itertools",

‎src/tools/clippy/.github/ISSUE_TEMPLATE/blank_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
attributes:
1010
label: Description
1111
description: >
12-
Please provide a discription of the issue, along with any information
12+
Please provide a description of the issue, along with any information
1313
you feel relevant to replicate it.
1414
validations:
1515
required: true

0 commit comments

Comments
 (0)
Please sign in to comment.