about summary refs log blame commit diff
path: root/tvix/eval/clippy.toml
blob: c5302112b3aeecc4644e4ccffd4718db0e315af7 (plain) (tree)
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"]