flexpect 0.0.2

Attribute macro that falls back to #[allow] if #[expect] is not supported
Documentation
1
2
3
4
5
6
7
warning: this lint expectation is unfulfilled
  --> tests/simple.rs:14:20
   |
14 | #[flexpect::expect(unused_variables)]
   |                    ^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unfulfilled_lint_expectations)]` on by default