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
Each of our Action enum variants has the same generate prefix. This triggers the clippy enum_variant_names lint. I've disabled the lint for this enum in #48 but we may want to consider another command interface that doesn't duplicate this prefix.
Each of our
Actionenum variants has the samegenerateprefix. This triggers the clippyenum_variant_nameslint. I've disabled the lint for this enum in #48 but we may want to consider another command interface that doesn't duplicate this prefix.