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

Fix compiler warning on Rust 1.53 #329

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

antiguru
Copy link
Member

@antiguru antiguru commented Jul 2, 2021

From the warning:

anonymous parameters are deprecated and will be removed in the next edition.
this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
for more information, see issue #41686 rust-lang/rust#41686

Signed-off-by: Moritz Hoffmann [email protected]

From the warning:

anonymous parameters are deprecated and will be removed in the next edition.
this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
for more information, see issue #41686 <rust-lang/rust#41686>


Signed-off-by: Moritz Hoffmann <[email protected]>
@frankmcsherry
Copy link
Member

Looks good to me. Thanks!

@frankmcsherry frankmcsherry merged commit 9d33cda into TimelyDataflow:master Jul 2, 2021
@antiguru antiguru deleted the anonymous_parameters branch July 2, 2021 15:02
This was referenced Oct 29, 2024
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