| error: this lint expectation is unfulfilled | |
| --> tests/ui/collapsible_if_unfixable.rs:9:18 | |
| | | |
| LL | #[expect(clippy::collapsible_if)] | |
| | ^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: `-D unfulfilled-lint-expectations` implied by `-D warnings` | |
| = help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]` | |
| error: this lint expectation is unfulfilled | |
| --> tests/ui/collapsible_if_unfixable.rs:15:18 | |
| | | |
| LL | #[expect(clippy::collapsible_if)] | |
| | ^^^^^^^^^^^^^^^^^^^^^^ | |
| error: aborting due to 2 previous errors | |