mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Clean up examples in new lint suggestion template
This commit is contained in:
parent
2dbf0c138d
commit
43ee3fe56c
1 changed files with 3 additions and 2 deletions
5
.github/ISSUE_TEMPLATE/new_lint.md
vendored
5
.github/ISSUE_TEMPLATE/new_lint.md
vendored
|
@ -15,8 +15,9 @@ labels: A-lint
|
|||
*What is the advantage of the recommended code over the original code*
|
||||
|
||||
For example:
|
||||
- Remove bounce checking inserted by ...
|
||||
- Remove the need to duplicating/storing/typo ...
|
||||
- Remove bounds check inserted by ...
|
||||
- Remove the need to duplicate/store ...
|
||||
- Remove typo ...
|
||||
|
||||
### Drawbacks
|
||||
|
||||
|
|
Loading…
Reference in a new issue