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 trait to all data structures #55

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

jayvdb
Copy link
Collaborator

@jayvdb jayvdb commented Mar 1, 2023

Also alpha sorts derives.

@@ -363,6 +366,7 @@ impl<'a> QueryAdapterInner<'a> {
}
}

// Debug can not be derived because QueryAdapterInner above doesn't implement it.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

my guess is this struct and QueryAdapterInner above wont be encountered very often by developers, of butane or butane apps, so wasnt worth adding custom impls. But I dont mind doing them for completeness.

@Electron100 Electron100 merged commit 47e0d0b into Electron100:master Mar 2, 2023
@jayvdb jayvdb deleted the add-debug branch June 14, 2023 04:32
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