Skip to content

v0.1.7

Compare
Choose a tag to compare
@pitdicker pitdicker released this 05 Sep 12:34
· 1600 commits to main since this release

Language changes.

  • Eq no longer accepts the reflexive type parameter.
    (this doesn't change the actual interface, as Eq is simply a marker for total ordering. PartialEq retains it.)