You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: