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
My project includes C-like enums with discriminants that depend on the pointer width. This is done with cfg(target_pointer_width = "x") on consts. As a result, I get false positives from enum_clike_unportable_variant.