blob: b461ceba6de7fe6d848009b6a8f90f2ab5702fca [file] [log] [blame]
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