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.
1 parent 798f754 commit a55391cCopy full SHA for a55391c
clippy_lints/src/cognitive_complexity.rs
@@ -23,8 +23,8 @@ declare_clippy_lint! {
23
///
24
/// ### Known problems
25
/// The true Cognitive Complexity of a method is not something we can
26
- /// calculate using modern technology. This lint has been left in the
27
- /// `nursery` so as to not mislead users into using this lint as a
+ /// calculate using modern technology. This lint has been left in
+ /// `restriction` so as to not mislead users into using this lint as a
28
/// measurement tool.
29
30
/// For more detailed information, see [rust-clippy#3793](https://github.com/rust-lang/rust-clippy/issues/3793)
0 commit comments