Regarding range_plus_one #8317
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
Summary
This code:
Gives:
But ..= isn't performant, especially in inner loops. So for me this seems a bad warning.
Lint Name
No response
Reproducer
I tried this code:
<code>
I saw this happen:
I expected to see this happen:
Version
No response
Additional Labels
No response
The text was updated successfully, but these errors were encountered: