-
Notifications
You must be signed in to change notification settings - Fork 98
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
Enable clippy --all-features on CI #1744
Enable clippy --all-features on CI #1744
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.
LGTM!
Instead of ignoring the warnings, I was expecting to apply what clippy says just like we did in #1699 for all other modules other than solana. -- please check the warnings with |
As we missed warnings in dev, I suggest changing the |
It was |
…gs' into fix-solana-related-clippy-warnings
I think solana related problems should be solved apart, like the other groups of proplems |
I think solana related problems should be solved apart, like the other groups of proplems |
Yeah I see, test modules can be stay with test attribute.
That's the idea. You will be able to see wasm warnings with providing
I couldn't get what you mean here |
Checked it up again, build perfect, thank you. |
Created new PR #1760 |
#1745
There were a lot of warning if
cargo clippy --all-features -- -D warnings
is started to check. These warnings have been suppressed meanwhile with cfg(test)