FN useless_format: fmt::DIsplay impl #6773
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
Lint name: useless_format
I tried this code:
IMO clippy should issue a
useless_format
warning here, I'm not sure why it does not.Meta
cargo clippy -V
:clippy 0.1.52 (07194ff 2021-02-10)
The text was updated successfully, but these errors were encountered: