about summary refs log tree commit diff
path: root/tests/ui/for_loop_unfixable.rs
AgeCommit message (Collapse)AuthorLines
2019-11-07Deprecate `into_iter_on_array` lintflip1995-1/+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/+41
updated range syntax