Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
cargo_metadata-0.18.1
/
clippy.toml
blob: bfb8bfe2d9617dcddc59428f92849f496ce1e1b6 [
file
] [
log
] [
blame
] [
edit
]
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."
}
]