rust/clippy_lints/src/utils
bors 841f2199e0 Auto merge of #10416 - Jarcho:explicit_iter_loop_ext, r=Manishearth
Extend `explicit_iter_loop` and `explicit_into_iter_loop`

fixes #1518

Some included cleanups
* Split `for_loop` test into different files for each lint (partially).
* Move handling of some `into_iter` cases from `explicit_into_iter`.

---

changelog: Enhancement: [`explicit_iter_loop`]: Now also handles types that implement `IntoIterator`.
[#10416](https://github.com/rust-lang/rust-clippy/pull/10416)

changelog: Sugg: [`explicit_into_iter_loop`]: The suggestion now works on mutable references.
[#10416](https://github.com/rust-lang/rust-clippy/pull/10416)
<!-- changelog_checked -->
2023-06-12 05:30:32 +00:00
..
internal_lints Reborrow mutable references in explicit_iter_loop 2023-06-09 21:40:03 -04:00
author.rs Merge remote-tracking branch 'upstream/master' into rustup 2023-05-20 15:32:20 +02:00
conf.rs Auto merge of #10917 - Centri3:module_inception, r=xFrednet 2023-06-10 13:21:48 +00:00
dump_hir.rs Merge commit '0f7558148c' into clippyup 2023-02-10 14:01:19 +01:00
format_args_collector.rs Merge commit '83e42a2337' into clippyup 2023-04-11 15:31:08 +02:00
internal_lints.rs Add lint to check lint formulation messages 2023-06-03 00:00:30 +05:30
mod.rs Refresh Lint Configuration's looks 2023-05-09 21:39:24 +02:00