wgpu/clippy.toml
2025-07-17 13:00:40 -04:00

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" },
]