mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
7 lines
261 B
TOML
7 lines
261 B
TOML
# NOTE: Other global Clippy config is in top-level Cargo.toml.
|
|
|
|
disallowed-types = [
|
|
{ path = "std::collections::HashMap", reason = "use hashbrown::HashMap instead" },
|
|
{ path = "std::collections::HashSet", reason = "use hashbrown::HashSet instead" },
|
|
]
|