We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cognitive_complexity
nursery
restriction
2 parents b98252f + cdee4f8 commit 4d1962cCopy full SHA for 4d1962c
clippy_lints/src/cognitive_complexity.rs
@@ -35,7 +35,7 @@ declare_clippy_lint! {
35
/// * [`too_many_lines`](https://rust-lang.github.io/rust-clippy/master/index.html#too_many_lines)
36
#[clippy::version = "1.35.0"]
37
pub COGNITIVE_COMPLEXITY,
38
- nursery,
+ restriction,
39
"functions that should be split up into multiple functions",
40
@eval_always = true
41
}
0 commit comments