rust-clippy/tests/ui-toml/mut_key
Andre Bogus eba36e6d95 make arc-likes for mutable-key configurable
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"]`
2022-10-25 01:51:04 +02:00
..
clippy.toml make arc-likes for mutable-key configurable 2022-10-25 01:51:04 +02:00
mut_key.rs make arc-likes for mutable-key configurable 2022-10-25 01:51:04 +02:00