blob: f8fecf5a69950a11075956f0446a62d0459bdbdf [file] [log] [blame] [edit]
error: this lint expectation is unfulfilled
--> tests/ui/len_without_is_empty_expect.rs:17:14
|
LL | #[expect(clippy::len_without_is_empty)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unfulfilled-lint-expectations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]`
error: aborting due to 1 previous error