Skip to content

Commit 87ce09d

Browse files
committed
Auto merge of rust-lang#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
2 parents 14d2aa1 + 43ee3fe commit 87ce09d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/new_lint.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ labels: A-lint
1515
*What is the advantage of the recommended code over the original code*
1616

1717
For example:
18-
- Remove bounce checking inserted by ...
19-
- Remove the need to duplicating/storing/typo ...
18+
- Remove bounds check inserted by ...
19+
- Remove the need to duplicate/store ...
20+
- Remove typo ...
2021

2122
### Drawbacks
2223

0 commit comments

Comments
 (0)