mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
6 lines
264 B
TOML
6 lines
264 B
TOML
|
disallowed-types = [
|
||
|
{ path = "std::collections::HashMap", reason = "use FxHashMap" },
|
||
|
{ path = "std::collections::HashSet", reason = "use FxHashSet" },
|
||
|
{ path = "std::collections::hash_map::RandomState", reason = "use BuildHasherDefault<FxHasher>"}
|
||
|
]
|