-
Notifications
You must be signed in to change notification settings - Fork 2k
Extract commonly used visitors to utils #4413
Copy link
Copy link
Open
Labels
C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messagesgood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messagesgood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy
Type
Fields
Give feedbackNo fields configured for issues without a type.
Both #3427 and #4386 implement a
Visitorthat walks an expression and searches for areturn. This should be de-duplicated.Maybe there are other
Visitors in the Clippy code base, that also do similar things and can be extracted toutils.Originally posted by @mikerite in #4386 (comment)