Extract commonly used visitors to utils #4413
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good-first-issue
These issues are a good way to get started with Clippy
Both #3427 and #4386 implement a
Visitor
that walks an expression and searches for areturn
. This should be de-duplicated.Maybe there are other
Visitor
s in the Clippy code base, that also do similar things and can be extracted toutils
.Originally posted by @mikerite in #4386 (comment)
The text was updated successfully, but these errors were encountered: