rust/clippy_lints
Dirkjan Ochtman a40fd6da7e Move from-iter-instead-of-collect to pedantic
Since FromIterator will become part of the prelude, this lint being
warn by default is incongruous with the libs team position on the topic.
2021-06-18 22:23:25 +02:00
..
src Move from-iter-instead-of-collect to pedantic 2021-06-18 22:23:25 +02:00
Cargo.toml Bump Clippy version -> 0.1.55 2021-06-17 10:23:08 +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.