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

Adds derive for missing debug implementations #597

Merged
merged 1 commit into from
Oct 1, 2020

Conversation

mtsr
Copy link
Contributor

@mtsr mtsr commented Sep 28, 2020

When instrumenting my own functions for tokio/tracing I ran into missing Debug implementations for a few structs.

This PR adds `#[derive(Debug)] to those structs and those used in their fields.

If this would not be desired, either custom Debug implementations or something like https://crates.io/crates/opaque-debug could be used. Although functionally https://crates.io/crates/derivative is nicer, it pulls in all manner of not-so-nice dependencies like syn.

@memoryruins memoryruins added the C-Enhancement A new feature label Sep 28, 2020
@karroffel karroffel added the C-Code-Quality A section of code that is hard to understand or change label Sep 28, 2020
@cart cart merged commit 3a4eacb into bevyengine:master Oct 1, 2020
mrk-its pushed a commit to mrk-its/bevy that referenced this pull request Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Code-Quality A section of code that is hard to understand or change C-Enhancement A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants