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

refactor: apply clippy lints #168

Merged
merged 5 commits into from
Dec 8, 2024
Merged

Conversation

Integral-Tech
Copy link
Contributor

  • Clippy provides a collection of lints to catch common mistakes and improves Rust code.
  • These changes are corresponding to warnings & errors generated by cargo clippy.

@Integral-Tech
Copy link
Contributor Author

Integral-Tech commented Dec 7, 2024

Additionally, it is suggested to add clippy check in GitHub workflow as lots of Rust projects do this :)

@ifd3f
Copy link
Owner

ifd3f commented Dec 7, 2024

Some of these lints are not correctly applied, I'll go through and fix them myself. Also I will add it to the lint script

@ifd3f ifd3f merged commit 17887e1 into ifd3f:main Dec 8, 2024
12 checks passed
@Integral-Tech Integral-Tech deleted the apply-clippy branch December 8, 2024 03:58
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