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

Add debug implementations #441

Merged
merged 1 commit into from Jun 23, 2022

Conversation

arctic-hen7
Copy link
Contributor

This adds Debug implementations to all public items exported by all Sycamore crates, additionally adding the restriction that this trait must be implemented for all future exports.

Closes #412.

Copy link
Collaborator

@lukechu10 lukechu10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@lukechu10 lukechu10 merged commit c8deaee into sycamore-rs:master Jun 23, 2022
@arctic-hen7 arctic-hen7 deleted the feat-debug-impls branch June 23, 2022 20:34
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.

Implement Debug for public structs
2 participants