let_unit_value should be allowed in macros #323
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
T-AST
Type: Requires working with the AST
I have the following macro:
clippy warns
let_unit_value
on the commented line when the macro is invoked with a$b
which returns()
.The text was updated successfully, but these errors were encountered: