Remove cognitive-complexity-threshold from docs

This commit is contained in:
Tyler Weaver 2023-01-13 08:59:00 -07:00
parent cfe8849a62
commit d43dce14d5
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -194,7 +194,6 @@ value` mapping e.g.
```toml
avoid-breaking-exported-api = false
disallowed-names = ["toto", "tata", "titi"]
cognitive-complexity-threshold = 30
```
See the [list of configurable lints](https://rust-lang.github.io/rust-clippy/master/index.html#Configuration),

View File

@ -8,7 +8,6 @@ basic `variable = value` mapping eg.
```toml
avoid-breaking-exported-api = false
disallowed-names = ["toto", "tata", "titi"]
cognitive-complexity-threshold = 30
```
See the [list of configurable lints](https://rust-lang.github.io/rust-clippy/master/index.html#Configuration),