Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisplay impls should not use PascalCase #168
Closed
Comments
|
This was fixed when I went through and cleaned up error reporting for a different issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's reserve PascalCase for Debug impls. Display impls should be human readable where it doesn't matter what Bincode's internal enum variants are called.