Add TAU
to approx_constant
lint
#7641
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: approx_constant
I tried this code:
I expected to see this happen:
approx_const
should recommend usingTAU
if my version setting is ≥ 1.47.Instead, this happened:
Nothing. It's a false negative.
The text was updated successfully, but these errors were encountered: