diff options
| author | Tyler Weaver <maybe@tylerjw.dev> | 2023-01-13 08:59:00 -0700 |
|---|---|---|
| committer | Tyler Weaver <maybe@tylerjw.dev> | 2023-01-13 09:01:39 -0700 |
| commit | d43dce14d5eb7af1656d730bfbb5918c84addbca (patch) | |
| tree | d98c87309e74ec0a7edc58e69ce163a3a99844fb | |
| parent | cfe8849a622c6308eaee333e8adba6c5bc3f457e (diff) | |
| download | rust-d43dce14d5eb7af1656d730bfbb5918c84addbca.tar.gz rust-d43dce14d5eb7af1656d730bfbb5918c84addbca.zip | |
Remove cognitive-complexity-threshold from docs
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | book/src/configuration.md | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md index f7e03ca4cd8..c78ae06765d 100644 --- a/README.md +++ b/README.md @@ -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), diff --git a/book/src/configuration.md b/book/src/configuration.md index bbe1081ccad..fac3e438c54 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -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), |
