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 Sync for LateStatic<T> only if T is Sync too #2

Merged
merged 1 commit into from
Nov 12, 2020

Conversation

Richard-W
Copy link
Owner

This fixes what is most likely a typo. LateStatic<T> should implement Sync only if T is Sync too.

Closes: #1

@Richard-W Richard-W merged commit 185c5b0 into master Nov 12, 2020
@Richard-W Richard-W deleted the bugfix/sync-impl branch November 12, 2020 17:54
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.

LateStatic
1 participant