File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ your PR is merged.
1212If you added a new lint, here's a checklist for things that will be
1313checked during review or continuous integration.
1414
15- - [ ] Followed [ lint naming conventions] [ lint_naming ]
16- - [ ] Added passing UI tests (including committed ` .stderr ` file)
17- - [ ] ` cargo test ` passes locally
18- - [ ] Executed ` cargo dev update_lints `
19- - [ ] Added lint documentation
20- - [ ] Run ` cargo dev fmt `
15+ - \ [ ] Followed [ lint naming conventions] [ lint_naming ]
16+ - \ [ ] Added passing UI tests (including committed ` .stderr ` file)
17+ - \ [ ] ` cargo test ` passes locally
18+ - \ [ ] Executed ` cargo dev update_lints `
19+ - \ [ ] Added lint documentation
20+ - \ [ ] Run ` cargo dev fmt `
2121
2222[ lint_naming ] : https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints
2323
Original file line number Diff line number Diff line change @@ -454,12 +454,12 @@ Before submitting your PR make sure you followed all of the basic requirements:
454454
455455<!-- Sync this with `.github/PULL_REQUEST_TEMPLATE` -->
456456
457- - [ ] Followed [ lint naming conventions] [ lint_naming ]
458- - [ ] Added passing UI tests (including committed ` .stderr ` file)
459- - [ ] ` cargo test ` passes locally
460- - [ ] Executed ` cargo dev update_lints `
461- - [ ] Added lint documentation
462- - [ ] Run ` cargo dev fmt `
457+ - \ [ ] Followed [ lint naming conventions] [ lint_naming ]
458+ - \ [ ] Added passing UI tests (including committed ` .stderr ` file)
459+ - \ [ ] ` cargo test ` passes locally
460+ - \ [ ] Executed ` cargo dev update_lints `
461+ - \ [ ] Added lint documentation
462+ - \ [ ] Run ` cargo dev fmt `
463463
464464## Cheatsheet
465465
You can’t perform that action at this time.
0 commit comments