-
-
Notifications
You must be signed in to change notification settings - Fork 44
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 fixes for some clippy lints #86
Conversation
Also, probably a good time for a new version if you have time @not-fl3. There's a few fixes in there now that are not on |
@not-fl3 removed those changes you didn't like |
tbh I did not looked any further, I just wanted to illustrate the idea that we might be better off without clippy on the CI |
Ah, I hadnt added it to CI, just ran it locally and implemented a couple things i thought looked helpful |
oh, my bad |
@not-fl3 could you do a release of the new version when you have time? thanks |
First commit closes #85, and fixes an issue with the no-std feature cfg. Also a couple clippy lints.
Second commit fixes the
no_std
feature (which has apparently been broken for a while) and separates thestd
andno_std
ci runs.