blob: 8032c775ab0a1bb6a505a0eb078f993d503b379f (
plain)
1
2
3
4
5
|
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>"}
]
|