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

Implement Debug for Key #216

Merged

Conversation

frenetisch-applaudierend
Copy link
Contributor

I ran into a small issue with OnceLock<Key>::set() because it returns a Result<(), Key> which requires Key to impl Debug for expect() and unwrap() to be implemented. Also allows deriving Debug for structs which include a Key.

@SergioBenitez SergioBenitez merged commit 8a1ec74 into rwf2:master Sep 22, 2023
6 checks passed
@frenetisch-applaudierend frenetisch-applaudierend deleted the feature/debug-for-key branch September 22, 2023 22:38
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