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
Add a directive to suppress all warnings when generating code via the CLI
The code that is generated causes quite a few warnings from rustc and
clippy. This directive suppresses all such warnings. It's not included when
code is generated via the macro, since that code doesn't lead to warnings.
0 commit comments