-
Notifications
You must be signed in to change notification settings - Fork 86
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
chore: fix clippy warnings #216
Conversation
Good point. Thank you. I didn't know I could change those settings 😅 |
Interesting with the wasm errors 🤔 not sure what's up with thar. |
It's not related to this PR but I'll probably need to fix it before I cut a release. I think the CI just has a bug |
The wasm CI issue should be fixed in #218 |
Ah, nice 👍 |
could we land these to unblock #215? 😀 |
looks green 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much. Sorry for the slow turn arounds. My time on this project is quite limited
No worries, thanks for maintaining it! |
Noticed these failing in #215. Seems better to address warnings from new version of
clippy
separately.I just ran
cargo clippy --all-targets --all-features --fix
(it might be a good idea to turn on CI for all PRs, that way the feedback loop is a bit tighter 😅 mostly a coincidence I checked if the PR had gotten any feedback as there's no notification from GH when CI runs. but if CI ran when I opened the PR, I would have acted 2 days ago)