rust/clippy_lints
Korlo 467e1b23aa box_collection: raise warn for all std collections
So far, only [Vec, String, Hashmap] were considered.

Extend collection checklist for this lint with:
- HashSet
- VecDeque
- LinkedList
- BTreeMap
- BTreeSet
- BinaryHeap
2022-07-13 17:02:09 +02:00
..
src box_collection: raise warn for all std collections 2022-07-13 17:02:09 +02:00
Cargo.toml Bump Clippy version -> 0.1.64 2022-06-30 10:29:22 +02:00
README.md

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