rust/clippy_tests
Andre Bogus 88aa04dfa5 don't lint while_let_on_iterator on nested loops
The problem is with a nested loop, the iterator may well be reused. This
changeset introduces a false negative, when the iterator is initialized
within the outer loop. A further PR could get rid of this false negative
by checking if the iterator is indeed initialized within the outer loop.
2017-06-23 18:29:18 +02:00
..
examples don't lint while_let_on_iterator on nested loops 2017-06-23 18:29:18 +02:00
src Make most tests an example so we can run them one by one 2017-05-17 14:19:44 +02:00
Cargo.toml Make most tests an example so we can run them one by one 2017-05-17 14:19:44 +02:00