-
Notifications
You must be signed in to change notification settings - Fork 52
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
Fixest lint errors for the 7.x.y branch. #547
Conversation
3f4da3c
to
57f76ff
Compare
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.
Looks straightforward, thanks!
Btw, as for std::mem::size_of
in cryptoki it was apparently solved with an import: https://github.com/parallaxsecond/rust-cryptoki/pull/222/files
Hrrm. Will this not just result in another warning that import us unnecessary? If not then I will probably change it in this crate as well. |
I just checked and it seems it doesn't:
Maybe I'm holding it wrong. I wonder what do you see on your computer 🤔 Thanks for re-checking! |
This commit addresses most of the problems reported by the Clippy lint tool when building with rust version 1.80 for the code in the 7.x.y branch. Signed-off-by: Jesper Brynolf <[email protected]>
57f76ff
to
f41e572
Compare
You were absolutely right so I changed it. I will do the same thing for the main branch when I got the other stuff merged. |
Thanks! |
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.
LGTM! 💯
This commit addresses most of the problems
reported by the Clippy lint tool when building
with rust version 1.80 for the code in the 7.x.y
branch.