2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-01-07 10:48:44 +00:00
rust-clippy/clippy_lints
bors 1a524783b1 Auto merge of - Labelray:master, r=camsteffen
Add new lint `iter_not_returning_iterator`

Add new lint [`iter_not_returning_iterator`] to detect method `iter()` or `iter_mut()` returning a type not implementing `Iterator`
changelog: Add new lint [`iter_not_returning_iterator`]
2021-09-09 01:47:08 +00:00
..
src Auto merge of - Labelray:master, r=camsteffen 2021-09-09 01:47:08 +00:00
Cargo.toml Bump Clippy Version -> 0.1.57 2021-09-08 10:59:04 +02: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.