about summary refs log tree commit diff
path: root/tests/ui/for_loop_fixable.fixed
AgeCommit message (Collapse)AuthorLines
2020-01-01Fix bad `explicit_into_iter_loop` suggestionMichael Wright-0/+37
Fixes #4958
2019-11-07Deprecate `into_iter_on_array` lintflip1995-4/+1
This lint was uplifted/reimplemented by rustc. Rustup to rust-lang/rust#66017
2019-09-21for_loop: Split test into fixable/unfixable, make needless_range_loop use ↵Manish Goregaokar-0/+304
updated range syntax