mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
751d82e825
Fix bad `while_let_on_iterator` suggestion. Don't suggest a `for` loop if the iterator is used inside the `while` loop. Closes #3670