Allow dead assignments in macros by default. #17427
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-syntaxext
Area: Syntax extensions
Consider the following code:
And after removing the dead assignment:
The text was updated successfully, but these errors were encountered: