0f5a38f2d6
[`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` changelog: [`box_collection`]: raise warn for all std collections