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

Use DeserializeOwned in AuthKeyExchange trait as opposed to HRTB. #1

Merged
merged 1 commit into from
Jan 16, 2019

Conversation

rozbb
Copy link
Contributor

@rozbb rozbb commented Jan 15, 2019

This project currently fails to compile on nightly (rustc 1.33.0) due to a compiler bug detailed here. This fix uses nicer syntax and also skirts around the bug with no added overhead.

This is cleaner syntax and also gets around a compiler bug outlined here:
rust-lang/rust#57639
@quininer quininer merged commit 2948717 into noisat-labs:master Jan 16, 2019
@quininer
Copy link
Member

Thank you!

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