rust/clippy_lints
Shotaro Yamada e7d18084fb Only check the assignment found at last
If there are more than one such assignment, the last one may be
the one supplied to `clone` method.
Makes `find_stmt_assigns_to` internally reverses the iterator to make
the intent to "iterate statements backward" clear.
2018-12-10 15:59:21 +09:00
..

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