Remove cognitive-complexity-threshold from docs
This commit is contained in:
parent
cfe8849a62
commit
d43dce14d5
@ -194,7 +194,6 @@ value` mapping e.g.
|
|||||||
```toml
|
```toml
|
||||||
avoid-breaking-exported-api = false
|
avoid-breaking-exported-api = false
|
||||||
disallowed-names = ["toto", "tata", "titi"]
|
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),
|
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
|
```toml
|
||||||
avoid-breaking-exported-api = false
|
avoid-breaking-exported-api = false
|
||||||
disallowed-names = ["toto", "tata", "titi"]
|
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),
|
See the [list of configurable lints](https://rust-lang.github.io/rust-clippy/master/index.html#Configuration),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user