Skip to content

Relax bounds to PartialOrd instead of Ord#55

Merged
mgeisler merged 1 commit intomasterfrom
partialord
Jan 30, 2021
Merged

Relax bounds to PartialOrd instead of Ord#55
mgeisler merged 1 commit intomasterfrom
partialord

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