-
Notifications
You must be signed in to change notification settings - Fork 23
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
Using non-zero integers with atomic 0.6 #39
Comments
1 task
Maybe we could use |
That sounds like a solution, I'll try to create a PR this weekend |
It already uses Line 119 in 79ace14
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What prevents me from upgrading to 0.6 right now is that
bytemuck::Pod
isn't implemented forNonZero*
types. Is it expected or side-effect of the implementation?Maybe a separate trait is needed that is auto-implemented for types that implement
Pod
, but can also be implemented for other types likeNonZero*
?The text was updated successfully, but these errors were encountered: