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 Eq explicitly on XorName #24

Merged
merged 1 commit into from
Oct 10, 2016
Merged

Conversation

bluss
Copy link
Contributor

@bluss bluss commented Oct 7, 2016

deriving(Eq) used to allow the implementation when it was technically
wrong to do so (inner array is not Eq), even though it's practically
correct (it has a total order).

See issue rust-lang/rust/issues/36830

deriving(Eq) used to allow the implementation when it was technically
wrong to do so (inner array is not Eq), even though it's practically
correct (it has a total order).
@Fraser999
Copy link
Contributor

Thanks for this PR.

Internally we've absorbed this crate into our Routing project, and I'll make this change there too.

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