blob: 4c0210c2bbc08a4c52a2201a299a3b12748fd99e [file] [log] [blame]
error: `#[ignore]` without reason
--> tests/ui/ignore_without_reason.rs:13:1
|
LL | #[ignore]
| ^^^^^^^^^
|
= help: add a reason with `= ".."`
= note: `-D clippy::ignore-without-reason` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::ignore_without_reason)]`
error: aborting due to 1 previous error