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

add linter #29

Merged
merged 1 commit into from
Sep 3, 2023
Merged

add linter #29

merged 1 commit into from
Sep 3, 2023

Conversation

jamespeilunli
Copy link
Contributor

adds rust linter

To run linter: cargo clippy or cargo clippy --fix to auto fix

Added #![allow(clippy::needless_return)] to top of lib.rs to not warn on explicit return when implicit return is possible

@dealingwith dealingwith merged commit 36a7e94 into main Sep 3, 2023
@dealingwith dealingwith deleted the add-linter branch September 3, 2023 22:40
@dealingwith
Copy link
Member

See #26 for which this was a part.

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