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 latest clippy #1673

Closed
wants to merge 2 commits into from
Closed

Fix latest clippy #1673

wants to merge 2 commits into from

Conversation

Himess
Copy link

@Himess Himess commented Mar 20, 2025

This PR addresses multiple Clippy warnings in plonky2/src/hash/arch/aarch64/poseidon_goldilocks_neon.rs that were preventing successful compilation with cargo clippy --all-targets --all-features -- -D warnings.

Before Fix:
Compilation failed with the following errors:

Pasted Graphic 53

Pasted Graphic 54

Pasted Graphic 57

After Fix:
Successfully passed cargo clippy --all-targets --all-features -- -D warnings.

Pasted Graphic 58

Test :
cargo build --release
All tests passed successfully.

Pasted Graphic 59

@Himess Himess changed the title Fix Latest Clippy Fix latest clippy Mar 20, 2025
Nashtare
Nashtare previously approved these changes Mar 20, 2025
@Himess
Copy link
Author

Himess commented Mar 20, 2025

@Nashtare I fixed it. Could you run the workflow again? Continuous Integration / Formatting and Clippy (pull_request)

clippy

@Himess Himess requested a review from Nashtare March 20, 2025 18:05
@Nashtare Nashtare mentioned this pull request Mar 24, 2025
@Nashtare Nashtare closed this Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants