Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Derive Debug for enums, convert Display impl to Debug impl #3

Closed
wants to merge 2 commits into from
Closed

Conversation

gsingh93
Copy link

@gsingh93 gsingh93 commented Jan 1, 2017

All types should derive Debug. Furthermore, Display is meant for things that should be displayed to the end user, and a library like this isn't supposed to decide that. Using Debug makes more sense.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants