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

Implement missing imps for Target #6

Closed
7 tasks
sebasmagri opened this issue Aug 19, 2017 · 2 comments
Closed
7 tasks

Implement missing imps for Target #6

sebasmagri opened this issue Aug 19, 2017 · 2 comments

Comments

@sebasmagri
Copy link
Collaborator

Target is missing the following traits:

  • Clone
  • Copy
  • Eq
  • PartialEq
  • Ord
  • PartialOrd
  • Hash
@KodrAus
Copy link
Collaborator

KodrAus commented Aug 27, 2017

Do you think Ord + PartialOrd makes sense for Target? I'm not sure what a reasonable ordering would look like.

@mjkillough
Copy link
Contributor

Do you think Ord + PartialOrd makes sense for Target? I'm not sure what a reasonable ordering would look like.

Agreed. I've removed them from my PR #18.

KodrAus pushed a commit that referenced this issue Sep 1, 2017
* Derive std traits for Target.

Fixes #6.

* Ord and PartialOrd not appropriate for Target.
epage added a commit that referenced this issue Oct 6, 2023
…holder

README.md 'Crates Status' icon link
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

No branches or pull requests

3 participants