]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/cognitive_complexity_attr_used.stderr
Rollup merge of #105174 - chenyukang:yukang/fix-105028-unused, r=eholk
[rust.git] / src / tools / clippy / tests / ui / cognitive_complexity_attr_used.stderr
index f5ff53dda603b388329940d2ad6d70a2003e9e0f..bb48f32974867a3b3dc780a84cdf3aaeff1eae33 100644 (file)
@@ -4,8 +4,8 @@ error: the function has a cognitive complexity of (3/0)
 LL | fn kaboom() {
    |    ^^^^^^
    |
-   = note: `-D clippy::cognitive-complexity` implied by `-D warnings`
    = help: you could split it up into multiple smaller functions
+   = note: `-D clippy::cognitive-complexity` implied by `-D warnings`
 
 error: aborting due to previous error