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
This is more of a clippy, than a defmt issue. In best case clippy would ignore lints from foreign macros, since as a user you have limited control over the expansion. See rust-lang/rust-clippy#407 for more information.
As a workaround you can silence the warning by adding an allow-statement before the macro call:
When using the dbg! macro in a function call, the macro expansion seems to flag a clippy lint. clippy::double_parens to be specific.
The text was updated successfully, but these errors were encountered: