File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ Thank you for making Clippy better!
3
+
4
+ We're collecting our changelog from pull request descriptions.
5
+ If your PR only updates to the latest nightly, you can leave the
6
+ `changelog` entry as `none`. Otherwise, please write a short comment
7
+ explaining your change.
8
+
9
+ If your PR fixes an issue, you can add "fixes #issue_number" into this
10
+ PR description. This way the issue will be automatically closed when
11
+ your PR is merged.
12
+
13
+ If you added a new lint, here's a checklist for things that will be
14
+ checked during review or continuous integration.
15
+
16
+ - [ ] Followed [lint naming conventions][lint_naming]
17
+ - [ ] Added passing UI tests (including committed `.stderr` file)
18
+ - [ ] `cargo test` passes locally
19
+ - [ ] Executed `util/dev update_lints`
20
+ - [ ] Added lint documentation
21
+ - [ ] Run `cargo fmt`
22
+
23
+ Note that you can skip the above if you are just opening a WIP PR in
24
+ order to get feedback.
25
+
26
+ Delete this line and everything above before opening your PR -->
27
+
28
+ changelog: none
Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ Before submitting your PR make sure you followed all of the basic requirements:
394
394
- [ ] ` cargo test ` passes locally
395
395
- [ ] Executed ` util/dev update_lints `
396
396
- [ ] Added lint documentation
397
+ - [ ] Run ` cargo fmt `
397
398
398
399
### Cheatsheet
399
400
You can’t perform that action at this time.
0 commit comments