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
Handle more characters that appear in types, most notably <>): were
missing. Also the new scheme takes care that no two different input
strings result in the same mangled string, which was not the case before.
Fixes#6921
…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.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Mar 25, 2021
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.
Here's an example of what we're looking at:
Needs more colons.
The text was updated successfully, but these errors were encountered: