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

Derive Default instead of implementing manually #356

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

edmorley
Copy link
Member

Switches any manual Default implementations to using derive, when the manual implementation was identical to that which would be automatically generated.

Spotted whilst looking into #295.

Switches any manual `Default` implementations to using `derive`,
when the manual implementation was identical to that which would
be automatically generated.
@edmorley edmorley merged commit edf6ab1 into main Feb 28, 2022
@edmorley edmorley deleted the edmorley/derive-default branch February 28, 2022 09:24
@edmorley edmorley added this to the libcnb 0.6.0 milestone Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants