We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rust will have a new 2021 edition in October: https://doc.rust-lang.org/edition-guide/rust-2021/index.html
Zebra can stay on the 2018 edition, but we might miss out on new features. And some code will be harder to write.
#[deny(clippy::rust-2021-compatibility)]
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @upbqdn
Sorry, something went wrong.
dconnolly
Successfully merging a pull request may close this issue.
Motivation
Rust will have a new 2021 edition in October:
https://doc.rust-lang.org/edition-guide/rust-2021/index.html
Zebra can stay on the 2018 edition, but we might miss out on new features. And some code will be harder to write.
Tasks
#[deny(clippy::rust-2021-compatibility)]
to our clippy config in each crateThe text was updated successfully, but these errors were encountered: