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

Derive Default and Eq where possible #79

Closed
wants to merge 1 commit into from

Conversation

matthiasgoergens
Copy link
Collaborator

We can't use Rust's default deriving mechanism, until rust-lang/rust#26925 and rust-lang/rust#7671 are fixed.

But fortunately, there's a crate for that.

We can't use Rust's default deriving mechanism, until
rust-lang/rust#26925 and
rust-lang/rust#7671 are fixed.

But fortunately, there's a crate for that.
@eightfilms
Copy link

I'm skeptical about this, since we're bringing in an extra external dependency just for something we can do in a few trivial lines anyway? Also take note that the crate also seems to be unmaintained

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.

None yet

2 participants