blob: bff00d728c737024a9836237c78b2d2ef668b9ce [file]
error: the function has a cognitive complexity of (3/0)
--> tests/ui/cognitive_complexity_attr_used.rs:8:4
|
LL | fn kaboom() {
| ^^^^^^
|
= help: you could split it up into multiple smaller functions
= note: `-D clippy::cognitive-complexity` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::cognitive_complexity)]`
error: aborting due to 1 previous error