rust-clippy/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 clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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