-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Lint pass to flag unneeded qualified names #2551
Copy link
Copy link
Closed
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Metadata
Metadata
Assignees
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I noticed that in
ty, there was some code that referred toast::m_mutbleven thoughtyimportssyntax::ast::*, so it could just bem_mutbl. There should be a lint pass to point out these cases so as to reduce the amount of random noise in code.