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

Relax bounds to PartialOrd instead of Ord #55

Merged
merged 1 commit into from
Jan 30, 2021
Merged

Relax bounds to PartialOrd instead of Ord #55

merged 1 commit into from
Jan 30, 2021

Conversation

mgeisler
Copy link
Owner

It turns out we only needed Ord because of the use of std::cmp::min, which can easily be replaced with less-than.

It turns out we only needed Ord because of the use of std::cmp::min,
which can easily be replaced with less-than.
@mgeisler mgeisler merged commit 76d5603 into master Jan 30, 2021
@mgeisler mgeisler deleted the partialord branch January 30, 2021 15:48
@github-actions github-actions bot mentioned this pull request Jan 30, 2021
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.

1 participant