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
..

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