Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore diverging_sub_expression clippy lint
warning: sub-expression diverges --> src/data.rs:263:47 | 263 | initial = consume![if] || break; | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression = note: `-W clippy::diverging-sub-expression` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::diverging_sub_expression)]`
- Loading branch information