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

Skip serializing/deserializing the hasher #15

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

carols10cents
Copy link
Contributor

BuildHasherDefault doesn't implement the serde traits, nor is the state of the BuildHasher important-- only the type is.

BuildHasherDefault doesn't implement the serde traits, nor is the
state of the BuildHasher important-- only the type is.
Comment on lines +533 to +535
#[cfg(feature = "serde")]
#[test]
fn serde() {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should have added one of these myself at some point...

@domodwyer domodwyer merged commit ed5603d into domodwyer:master Jul 29, 2024
2 checks passed
@carols10cents carols10cents deleted the serde branch July 29, 2024 19:35
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.

2 participants