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
It would be nice for development if most structs and enums would provide both Debug and PartialEq. For printing out values and for comparing during tests with assert_eq!. Would you accept a PR adding derive attributes?
The text was updated successfully, but these errors were encountered:
It would be nice for development if most structs and enums would provide both
Debug
andPartialEq
. For printing out values and for comparing during tests withassert_eq!
. Would you accept a PR addingderive
attributes?The text was updated successfully, but these errors were encountered: