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

Not using match on floating point values anymore. #40

Merged
merged 1 commit into from
Jul 30, 2017

Conversation

tynril
Copy link
Contributor

@tynril tynril commented Jul 30, 2017

The use of literal pattern matching on floating points has been
deprecated. It currently produces a warning, but will eventually
cause a compilation error.

See: rust-lang/rust#41620

The use of literal pattern matching on floating points has been
deprecated. It currently produces a warning, but will eventually
cause a compilation error.

See: rust-lang/rust#41620
@dwrensha dwrensha merged commit 1ccdb53 into capnproto:master Jul 30, 2017
@dwrensha
Copy link
Member

Thanks!

@tynril tynril deleted the fix-match-on-float branch July 30, 2017 04:00
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