]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/cognitive_complexity.rs
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
[rust.git] / src / tools / clippy / clippy_lints / src / cognitive_complexity.rs
index 317c4bfb3226ef1f5209a23ff6ee1b56d2b540f9..33c44f8b2dba9199a40e7c460f95aa9e570157f2 100644 (file)
@@ -25,7 +25,7 @@
     /// complexity.
     ///
     /// ### Example
-    /// No. You'll see it when you get the warning.
+    /// You'll see it when you get the warning.
     #[clippy::version = "1.35.0"]
     pub COGNITIVE_COMPLEXITY,
     nursery,