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
gen
The keyword gen is being reserved and we use it various places related to a garbled circuit generator. We must replace our usage.
The text was updated successfully, but these errors were encountered:
You can make Clippy flag this with:
RUSTFLAGS="-D keyword_idents_2024" cargo clippy
Sorry, something went wrong.
fix: Use Cargo Clippy to avoid the gen reserved keyword
5ca9929
RUSTFLAGS="-D keyword_idents_2024" cargo clippy --fix fixes #180
Cargo clippy has an automatic fix:
RUSTFLAGS="-D keyword_idents_2024" cargo clippy --fix
heeckhau
Successfully merging a pull request may close this issue.
The keyword
gen
is being reserved and we use it various places related to a garbled circuit generator. We must replace our usage.The text was updated successfully, but these errors were encountered: