warning: this lint expectation is unfulfilled
--> tests/simple.rs:14:20
|
14 | #[flexpect::expect(unused_variables)]
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
warning: this lint expectation is unfulfilled
--> tests/simple.rs:17:20
|
17 | #[flexpect::expect(clippy::clone_on_copy)]
| ^^^^^^^^^^^^^^^^^^^^^