approx_const
not MSRV aware
#7623
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
Lint name: approx_const
I tried this code:
I expected to see this happen:
No warnings. The
LOG2_10
andLOG10_2
consts where added in 1.43.Instead, this happened:
The text was updated successfully, but these errors were encountered: