We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setup clippy in CI to lint rust code.
clippy
Will probably require code fixes since the rust code currently won't pass all of the lints. To avoid some unnecessary work should do this only after:
The text was updated successfully, but these errors were encountered:
We can also think about integrating more static analysis into our Rust (eg: https://github.com/rust-lang/miri).
Sorry, something went wrong.
ptrus
Successfully merging a pull request may close this issue.
Setup
clippy
in CI to lint rust code.Will probably require code fixes since the rust code currently won't pass all of the lints. To avoid some unnecessary work should do this only after:
The text was updated successfully, but these errors were encountered: