Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse deriving for trivial cmp::Eq implementations #181
Closed
Labels
Comments
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Submissions/navigationtiming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In many places (notably, style enums, font related structs) we have tedious definitions of
cmp::Eq. Long term, these should use thederivingfeature.Most of these are blocked by rust-lang/rust#3935 and other issues.