Internal lint: check if span_lint_and_then
and span_*
are collapsable
#5095
Labels
span_lint_and_then
and span_*
are collapsable
#5095
When
span_lint_and_then
andspan_*
have the same span, we can replace them withspan_lint_and_*
in most cases. It'd be nice that we have an internal lint for this.It's a follow-up for this comment.
The text was updated successfully, but these errors were encountered: