We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b6d0d commit 75f9fbcCopy full SHA for 75f9fbc
book/src/lint_configuration.md
@@ -147,6 +147,7 @@ The minimum rust version that the project supports
147
* [`manual_is_ascii_check`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_ascii_check)
148
* [`manual_rem_euclid`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_rem_euclid)
149
* [`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)
151
152
153
## `cognitive-complexity-threshold`
0 commit comments