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

Add PartialOrd, Ord derivations to TypeId #38981

Merged
merged 2 commits into from
Feb 14, 2017
Merged

Add PartialOrd, Ord derivations to TypeId #38981

merged 2 commits into from
Feb 14, 2017

Commits on Jan 11, 2017

  1. Add PartialOrd, Ord derivations to TypeId

    I want to be able to sort a `Vec` of types which contain `TypeId`s, so an `Ord` derivation would be very useful to me. `Hash` already exists, so the missing `PartialOrd` and `Ord` derivations feel like an oversight to me.
    sdleffler committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    6365c43 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    b08ab1e View commit details
    Browse the repository at this point in the history