Remove instances of #[allow(clippy::mutable_key_type)]
#573
Labels
exp: intermediate
Achievable by experienced contributors, or with some guidance
pri: low
An issue with no impact to quality, performance, or functionality
type: refactor
Refactor existing code
Some of the Mun code is violating the
clippy::mutable_key_type
lint, but cannot be trivially fixed. Refactor the code to prevent this and remove all instances of#[allow(clippy::mutable_key_type)]
.The text was updated successfully, but these errors were encountered: