trisquel-icecat/icecat/third_party/rust/cargo_metadata/clippy.toml
2025-10-06 02:35:48 -06:00

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." }
]