Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore literal_string_with_formatting_args clippy lint in test
warning: this looks like a formatting argument but it is not part of a formatting macro --> tests/test_ensure.rs:505:44 | 505 | "Condition failed: `\"\" == format!(\"{:#?}\", point)`", | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args = note: `-W clippy::literal-string-with-formatting-args` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::literal_string_with_formatting_args)]`
- Loading branch information