Remove cognitive-complexity-threshold from docs
This commit is contained in:
parent
cfe8849a62
commit
d43dce14d5
2 changed files with 0 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue