Remove cognitive-complexity-threshold from docs
This commit is contained in:
parent
cfe8849a62
commit
d43dce14d5
@ -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…
Reference in New Issue
Block a user