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 Clippy warnings #6

Closed
BartMassey opened this issue Mar 28, 2023 · 2 comments
Closed

Fix Clippy warnings #6

BartMassey opened this issue Mar 28, 2023 · 2 comments

Comments

@BartMassey
Copy link
Contributor

Right now Clippy is pretty unhappy with this code. Most of these warnings are redundant or picky, but all of them could be easily be cleaned up or disabled: there doesn't appear to be anything too tricky there.

@BartMassey
Copy link
Contributor Author

Some of the Clippy warnings can be fixed by simply cargo clippy --fix.

wzid added a commit that referenced this issue Mar 28, 2023
@wzid
Copy link
Owner

wzid commented Mar 28, 2023

Just fixed this, thanks! I never knew about Clippy before this.

@wzid wzid closed this as completed Mar 28, 2023
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

2 participants