rust/clippy_lints
blyxyas 1b9a25e28d
[#10167] Clarify that the lint only works if x eq. y in a for loop.
Reading the documentation for the lint, one could expect that the lint works in all cases that `X == Y`. This is false.

While the lint was updated, the documentation wasn't.

More information about the `N..N` problem in #5689 and #5628
2023-01-06 14:41:50 +01:00
..
2022-12-17 13:57:41 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.