suboptimal_flops in const functions #8004
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
On this code:
Clippy gives me:
But currently mul_add doesn't work in const functions.
The text was updated successfully, but these errors were encountered: