Move cognitive_complexity to nursery

This commit is contained in:
David Tolnay
2020-04-06 15:46:40 -07:00
parent f8308c811f
commit 899a1b5598
23 changed files with 48 additions and 58 deletions

View File

@@ -22,7 +22,7 @@ declare_clippy_lint! {
///
/// **Example:** No. You'll see it when you get the warning.
pub COGNITIVE_COMPLEXITY,
complexity,
nursery,
"functions that should be split up into multiple functions"
}