-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
developer-experienceFixing this would have a positive impact on developer experienceFixing this would have a positive impact on developer experience
Description
After achieving consensus with the team, in #1752 I started removing uses of wildcard imports (that is, use somecrate::*;
) in Hubris. I'm using Clippy to try to avoid regressions in the areas where they've been removed.
But there's a lot of Hubris left, and new wildcard imports are occasionally still added (potentially by copy-paste from previous ones).
It would be nice to clean the rest of this up, and it would be nice to spread the work across more people than just me.
Metadata
Metadata
Assignees
Labels
developer-experienceFixing this would have a positive impact on developer experienceFixing this would have a positive impact on developer experience