-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Warn or error on path statements #400
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.
Milestone
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is pretty useless and error prone:
It's just mentioning a function, when the user probably wanted to call it. Note that it's not useless when leaving off the semi.