blob: c5302112b3aeecc4644e4ccffd4718db0e315af7 (
plain) (
blame)
1
2
3
|
# 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"]
|