mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-22 20:53:21 +00:00
eba36e6d95
We had some false positives where people would create their own types that had interior mutability unrelated to hash/eq. This addition lets you configure this as e.g. `arc-like-types=["bytes::Bytes"]`
1 line
No EOL
49 B
TOML
1 line
No EOL
49 B
TOML
ignore-interior-mutability = ["mut_key::Counted"] |