Skip to content

Commit

Permalink
update lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Jun 23, 2023
1 parent 33b6d0d commit 75f9fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/src/lint_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ The minimum rust version that the project supports
* [`manual_is_ascii_check`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_ascii_check)
* [`manual_rem_euclid`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_rem_euclid)
* [`manual_retain`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_retain)
* [`type_repetition_in_bounds`](https://rust-lang.github.io/rust-clippy/master/index.html#type_repetition_in_bounds)


## `cognitive-complexity-threshold`
Expand Down

0 comments on commit 75f9fbc

Please sign in to comment.