Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing derives #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LucaCappelletti94
Copy link

Added missing derives such as Debug and Eq across various structs of the crate.

@shepmaster
Copy link
Owner

These are deliberately not provided. Please explain why you want them.

@LucaCappelletti94
Copy link
Author

Hi @shepmaster - basically I need for these structs to implement Debug so that it may be derived automatically by structs that accept them as generics (or have them as attributes). May I ask which is the reason for not providing these traits, if any?

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

Successfully merging this pull request may close these issues.

2 participants