Skip to content

Commit 75f9fbc

Browse files
committed
update lint configuration
1 parent 33b6d0d commit 75f9fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/src/lint_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ The minimum rust version that the project supports
147147
* [`manual_is_ascii_check`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_ascii_check)
148148
* [`manual_rem_euclid`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_rem_euclid)
149149
* [`manual_retain`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_retain)
150+
* [`type_repetition_in_bounds`](https://rust-lang.github.io/rust-clippy/master/index.html#type_repetition_in_bounds)
150151

151152

152153
## `cognitive-complexity-threshold`

0 commit comments

Comments
 (0)