-
-
Notifications
You must be signed in to change notification settings - Fork 82
Remove instances of #[allow(clippy::mutable_key_type)] #573
Copy link
Copy link
Open
Labels
exp: intermediateAchievable by experienced contributors, or with some guidanceAchievable by experienced contributors, or with some guidancepri: lowAn issue with no impact to quality, performance, or functionalityAn issue with no impact to quality, performance, or functionalitytype: refactorRefactor existing codeRefactor existing code
Metadata
Metadata
Assignees
Labels
exp: intermediateAchievable by experienced contributors, or with some guidanceAchievable by experienced contributors, or with some guidancepri: lowAn issue with no impact to quality, performance, or functionalityAn issue with no impact to quality, performance, or functionalitytype: refactorRefactor existing codeRefactor existing code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Some of the Mun code is violating the
clippy::mutable_key_typelint, but cannot be trivially fixed. Refactor the code to prevent this and remove all instances of#[allow(clippy::mutable_key_type)].