rust/clippy_lints
Mateusz Gacek 171789eb45 needless_collect: Lint LinkedList and BinaryHeap in direct usage.
Those two types are supported already when used indirectly.
This commit adds support for direct usage as well.
2021-05-07 09:00:51 -07:00
..
src needless_collect: Lint LinkedList and BinaryHeap in direct usage. 2021-05-07 09:00:51 -07:00
Cargo.toml Metadata collection: Collecting Applicability assign values 2021-05-05 18:35:33 +02:00
README.md

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