Skip to content

implement a TotalEq trait #5587

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

Closed
wants to merge 2 commits into from
Closed

implement a TotalEq trait #5587

wants to merge 2 commits into from

Conversation

thestinger
Copy link
Contributor

This is needed so that hash tables can require strict equality but not require types to be ordered. It's a subset of the functionality of TotalOrd so I made that inherit from TotalEq.

bors added a commit that referenced this pull request Mar 28, 2013
This is needed so that hash tables can require strict equality but not require types to be ordered. It's a subset of the functionality of `TotalOrd` so I made that inherit from `TotalEq`.
@bors bors closed this Mar 28, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 15, 2020
Rustup

Done with

```bash
git subtree push -P src/tools/clippy [email protected]:flip1995/rust-clippy rustup
```

from https://github.com/flip1995/rust/tree/clippyup

A rebase was required to get rid of empty merge commits, that somehow were not empty? 🤔

changelog: none
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 17, 2020
Rustup with git subtree

The commits from the last rustup rust-lang#5587, are again included in this rustup, since I rebased the rustup. Lesson learned: never rebase, only merge when working with git subtree.

changelog: none
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.

2 participants