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

Debug trait for format enums #30

Open
aarongpower opened this issue May 6, 2022 · 1 comment
Open

Debug trait for format enums #30

aarongpower opened this issue May 6, 2022 · 1 comment

Comments

@aarongpower
Copy link

I've noticed the various enums in format.rs do not have the Debug trait derived. Is there a specific reason for this? I can see it is for other enums, e.g. the enums in worksheet.rs.

Happy to try a pull request, just wanted to check first.

@informationsea
Copy link
Owner

There are no reason that format.rs does not have the Debug trait. I just forgot to add. A pull request is welcome.

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

No branches or pull requests

2 participants