]> git.lizzy.rs Git - rust.git/commit
Make needless_range_loop not applicable to structures without iter method
authorbzzzz <evgeny.barbashov@gmail.com>
Wed, 20 Feb 2019 08:10:25 +0000 (00:10 -0800)
committerbzzzz <evgeny.barbashov@gmail.com>
Wed, 20 Feb 2019 08:10:25 +0000 (00:10 -0800)
commitf9c6682827acd2e39206b9e116dd3d7430058131
treefcf05ecce5fab1e82adc32bfaaa21795dbd36707
parent075c212849ad2207c0b0ccbd0ec6cc5b1f392275
Make needless_range_loop not applicable to structures without iter method
clippy_lints/src/loops.rs
clippy_lints/src/methods/mod.rs
clippy_lints/src/utils/mod.rs
clippy_lints/src/utils/paths.rs
tests/ui/needless_range_loop.rs