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

Apply some clippy rules to make code following good convention. #215

Open
DreamWuGit opened this issue Mar 5, 2025 · 0 comments
Open

Apply some clippy rules to make code following good convention. #215

DreamWuGit opened this issue Mar 5, 2025 · 0 comments

Comments

@DreamWuGit
Copy link

From observations in the ecc repository, it is evident that there are obvious violations of Rust's standard coding guidelines, which subsequently have a negative impact on code quality. An example of addressing this issue can be seen in pull request PolyhedraZK/ExpanderCompilerCollection#106 , where these Rust standard rules have been tried to apply to the ECC repository.
if more such rules are identified, they should be incrementally incorporated into the codebase.

Additionally, this ensure that all future contributions adhere strictly to these guidelines to maintain high code quality.

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

No branches or pull requests

1 participant