ignore-interior-mutability
config doesn't apply to declare_interior_mutable_const
#10537
Labels
C-bug
Category: Clippy is not doing the correct thing
Summary
PR #9692 adds the ability to ignore interior mutability lints for
mutable_key_type
, but not fordeclare_interior_mutable_const
.Reproducer
I tried this code:
With this configuration:
Fails with:
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: