mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-14 16:03:17 +00:00
![Andre Bogus](/assets/img/avatar_default.png)
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
49 B
TOML
1 line
49 B
TOML
ignore-interior-mutability = ["mut_key::Counted"] |