-
Notifications
You must be signed in to change notification settings - Fork 98
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 PartialEq for Quantity #17
Comments
iliekturtles
added a commit
that referenced
this issue
Dec 26, 2017
Definitions, functions, `impl Quantity`, `impl Trait`. Part of #17.
radix
added a commit
to radix/uom
that referenced
this issue
Dec 29, 2017
iliekturtles
added a commit
that referenced
this issue
Dec 31, 2017
Update tests to use equality between `Quantity`s where appropriate. Part of #17.
iliekturtles
added a commit
that referenced
this issue
Dec 31, 2017
Definitions, functions, `impl Quantity`, `impl Trait`. Part of #17.
iliekturtles
added a commit
that referenced
this issue
Dec 31, 2017
Update tests to use equality between `Quantity`s where appropriate. Part of #17.
iliekturtles
added a commit
that referenced
this issue
Feb 3, 2018
Clippy warns about the implementation since the default implementation is already sufficient. Part of #17.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://doc.rust-lang.org/core/cmp/trait.PartialEq.html
The text was updated successfully, but these errors were encountered: