| error: this lint expectation is unfulfilled |
| --> tests/ui/collapsible_else_if_unfixable.rs:10:18 |
| | |
| LL | #[expect(clippy::collapsible_else_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_else_if_unfixable.rs:17:18 |
| | |
| LL | #[expect(clippy::collapsible_else_if)] |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| |
| error: aborting due to 2 previous errors |
| |