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