clay-borg/clippy.toml

5 lines
261 B
TOML
Raw Normal View History

disallowed-types = [
{ path = "std::collections::HashMap", reason = "GameKernel K6: iteration order nondeterminism — use BTreeMap" },
{ path = "std::collections::HashSet", reason = "GameKernel K6: iteration order nondeterminism — use BTreeSet" },
]