Skip to content

Commit d43dce1

Browse files
committed
Remove cognitive-complexity-threshold from docs
1 parent cfe8849 commit d43dce1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ value` mapping e.g.
194194
```toml
195195
avoid-breaking-exported-api = false
196196
disallowed-names = ["toto", "tata", "titi"]
197-
cognitive-complexity-threshold = 30
198197
```
199198

200199
See the [list of configurable lints](https://rust-lang.github.io/rust-clippy/master/index.html#Configuration),

book/src/configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ basic `variable = value` mapping eg.
88
```toml
99
avoid-breaking-exported-api = false
1010
disallowed-names = ["toto", "tata", "titi"]
11-
cognitive-complexity-threshold = 30
1211
```
1312

1413
See the [list of configurable lints](https://rust-lang.github.io/rust-clippy/master/index.html#Configuration),

0 commit comments

Comments
 (0)