We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Eq
Depends on #878.
Once we know it is PartialEq, I think this pretty much comes down to whether the type contains a float or not.
PartialEq
The text was updated successfully, but these errors were encountered:
Auto merge of #919 - photoszzt:has_float, r=fitzgen
978b531
Can derive Eq Fix: #880 r? @fitzgen
No branches or pull requests
Depends on #878.
Once we know it is
PartialEq
, I think this pretty much comes down to whether the type contains a float or not.The text was updated successfully, but these errors were encountered: