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

Deprecate feature_allow_slow_enum for PartialEq #64

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

mcarton
Copy link
Owner

@mcarton mcarton commented Mar 24, 2020

This is not required anymore as std::mem::Discriminant was stabilized
in Rust 1.21.0 and our minimum Rust version is now 1.34.0.

Closes #63.

This is not required anymore as `std::mem::Discriminant` was stabilized
in Rust 1.21.0 and our minimum Rust version is now 1.34.0.
@mcarton mcarton merged commit 842be23 into master Mar 25, 2020
@mcarton mcarton deleted the improve-partial-eq branch March 25, 2020 10:40
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.

Revisit feature_allow_slow_enum
1 participant