rust/clippy_lints
Michael Wright 52c4864757 Improve end of expression check in for loop lints
The code should to check that the current expression _is_ the end
expression; not that it's equal to it. The equality check seems very
wasteful in terms of performance.
2020-06-23 07:51:51 +02:00
..

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