Auto merge of #7544 - r00ster91:patch-1, r=flip1995

Clean up examples in new lint suggestion template

I'm pretty sure they meant to write `bounds checking` when they wrote `bounce checking` but I could be wrong. After that I thought I could improve it further and ended up with this.

changelog: none
This commit is contained in:
bors 2021-08-09 14:04:36 +00:00
commit 87ce09d0df

View File

@ -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