rust/clippy_lints
bors bc0bf06718 Auto merge of #9017 - alex-semenyuk:while_let_on_iterator_doc_fix, r=giraffate
Example for `WHILE_LET_ON_ITERATOR`

changelog: none

example for `WHILE_LET_ON_ITERATOR`, using `for` instead of `while let`
2022-06-22 00:01:49 +00:00
..
src Auto merge of #9017 - alex-semenyuk:while_let_on_iterator_doc_fix, r=giraffate 2022-06-22 00:01:49 +00:00
Cargo.toml Add lint output to lint list 2022-06-06 20:04:56 -04:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.