You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)]`
0 commit comments