aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/replace_for_loop_with_for_each.rs
Commit message (Collapse)AuthorAgeFilesLines
* internal: minimize minicoreAleksey Kladov2021-06-171-53/+25
| | | | | | We want to keep minicore small, so let's split out iterator adapters and sources into a separate `iterators` region, and use them only when needed.
* internal: cleanup testsAleksey Kladov2021-06-161-71/+114
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-3/+2
|
* Use consistent naming for assistAleksey Kladov2021-02-281-0/+321