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

Remove unused variables #1034 #1035

Merged
merged 4 commits into from
Mar 13, 2024
Merged

Remove unused variables #1034 #1035

merged 4 commits into from
Mar 13, 2024

Conversation

coder0xff
Copy link
Contributor

The PR at RustCrypto/utils#1057 updates the fiat-constify program to filter out let mut lines that introduced many unused variable and causing #1034. The changes in this PR are the updated output from fiat-constify. Note that running fiat-constify without any changes at all caused substantial changes to the files in this PR. To work around this, I first ran generation without any changes to fiat-constify and committed the changes, I then changed fiat-constify and reran it committing the changes again, and finally reverted the first commit to undo the undesirable changes. I've read through the entire changeset to confirm that only the unused mut variables are removed and no other changes are present.

@tarcieri tarcieri merged commit 7652c58 into RustCrypto:master Mar 13, 2024
17 checks passed
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