File: clippy.toml

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