File: clippy.toml

package info (click to toggle)
rust-cargo-metadata 0.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (20)
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." }
]