You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
needless_question_mark: don't lint if Some(..) is inside a macro def and the ? is not.
The suggestion would fail to apply.
Fixesrust-lang#6921
changelog: needless_question_mark: don't lint if Some(..) is inside a macro def and the ? is not.
One example, minimized from something in rustpkg:
It reports that the first import is unused. If that import is removed, compilation fails. It is actually the second import that is unused.
The text was updated successfully, but these errors were encountered: