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 a meta tracking issue for all the different traits that we allow deriving. Right now its always everythign or nothing. We have issues open for allowing specifying certain types that we want to omit implementations for.
This is a meta tracking issue for all the different traits that we allow deriving. Right now its always everythign or nothing. We have issues open for allowing specifying certain types that we want to omit implementations for.
Debug
: Allow specifying certain types we shouldn't derive/impl Debug for #961Copy
: Allow specifying certain types we shouldn't derive/impl Copy for #962Default
: Allow specifying certain types we shouldn't derive/impl Default for #963Hash
: Allow specifying certain types we shouldn't derive/impl Hash for #964PartialEq
: Allow specifying certain types we shouldn't derive/impl PartialEq for #965The text was updated successfully, but these errors were encountered: