4 lines
261 B
TOML
4 lines
261 B
TOML
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" },
|
|
]
|