Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore unreadable_literal pedantic clippy lint in test
warning: long literal lacking separators --> tests/test_expr.rs:1189:23 | 1189 | assert_eq!(count, 133539); | ^^^^^^ help: consider: `133_539` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal = note: `-W clippy::unreadable-literal` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::unreadable_literal)]`
- Loading branch information