mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
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 |
||
---|---|---|
.. | ||
test_utils | ||
ui | ||
ui-cargo | ||
ui-internal | ||
ui-toml | ||
workspace_test | ||
check-fmt.rs | ||
clippy.toml | ||
compile-test.rs | ||
dogfood.rs | ||
integration.rs | ||
lint_message_convention.rs | ||
missing-test-files.rs | ||
versioncheck.rs | ||
workspace.rs |