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 PartialOrd and Ord for Cow and fix Eq impl #29

Merged
merged 1 commit into from
Apr 22, 2020
Merged

Implement PartialOrd and Ord for Cow and fix Eq impl #29

merged 1 commit into from
Apr 22, 2020

Conversation

Luro02
Copy link
Contributor

@Luro02 Luro02 commented Apr 21, 2020

Closes #28

I had to remove the #[derive(Eq)], because derive wants Eq to be implemented on all generics and the U: Capacity does not implement it.

@maciejhirsz maciejhirsz merged commit f823643 into maciejhirsz:master Apr 22, 2020
@Luro02 Luro02 deleted the missing_traits branch April 22, 2020 14:40
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.

Missing traits
2 participants