blob: e96870f054e431c85fb76936e5eda851bc7b51e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: this lint expectation is unfulfilled
--> tests/ui/len_without_is_empty_expect.rs:18: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
|