mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
f58a1695a6
fix a false positive in two `interior_mutable_const` lints where a constant with enums gets linted even if it uses a clearly unfrozen variant. Note that the code uses the MIR interpreter, which the author of #3962 thought unlikely to be a solution. This might be over-engineering; but, I think it's important to be able to work with the 'http' crate (#3825). |
||
---|---|---|
.. | ||
auxiliary | ||
enums.rs | ||
enums.stderr | ||
others.rs | ||
others.stderr | ||
traits.rs | ||
traits.stderr |