summaryrefslogtreecommitdiffstats
path: root/vendor/cargo_metadata/clippy.toml
blob: bfb8bfe2d9617dcddc59428f92849f496ce1e1b6 (plain)
1
2
3
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." }
]