-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 lints #23
Fix clippy lints #23
Conversation
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.
Thanks for the PR! Overall nice improvements. I feel like I sometimes prefer explicit return
and Ok()
, but I don't think I'm consistent about it, so might as well go for one I suppose.
@probablykasper Can you perform a squash merge from your site or should I make a new PR with a single commit? |
Yeah, sure |
Forgot to squash merge, oh well 🤦 |
I fixed every clippy lint (except for the "this if has identical blocks" lint, because it would break the current structure). The fixes are separated in three commits to give it a better structure.