rust/clippy_lints
Josh Holmer fbc93c0166 Lint against needless uses of collect()
Handles cases of `.collect().len()`, `.collect().is_empty()`, and
`.collect().contains()`. This lint is intended to be generic enough to
be added to at a later time with other similar patterns that could be
optimized.

Closes #3034
2018-09-03 23:29:44 -04:00
..
src Lint against needless uses of collect() 2018-09-03 23:29:44 -04:00
Cargo.toml deps: update cargo_metadata from 0.5 to 0.6. 2018-08-24 18:14:49 +02:00
README.md Fix crates.io site name 2017-12-15 00:33:23 +02:00

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