4 lines
193 B
TOML
4 lines
193 B
TOML
|
# See https://nnethercote.github.io/perf-book/hashing.html. Use FxHashMap and
|
||
|
# FxHashSet, not HashMap and HashSet
|
||
|
disallowed-types = ["std::collections::HashMap", "std::collections::HashSet"]
|