3 lines
No EOL
199 B
TOML
3 lines
No EOL
199 B
TOML
disallowed-types = [
|
|
{ path = "std::collections::HashMap", reason = "HashMap's key order is unspecified and thus serializing such a type will result in a random output, use BTreeMap instead." }
|
|
] |