rust/clippy_lints/src/methods
bors a5c16e5892 Auto merge of #3789 - bzzzzzz:needless_range_loop_bugfix, r=oli-obk
Make needless_range_loop not applicable to structures without iter method

Fixes https://github.com/rust-lang/rust-clippy/issues/3788

Now we will start lint indexed structure only if it has known iter or iter_mut method implemented.
2019-02-21 09:36:13 +00:00
..
mod.rs Auto merge of #3789 - bzzzzzz:needless_range_loop_bugfix, r=oli-obk 2019-02-21 09:36:13 +00:00
unnecessary_filter_map.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00