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