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
prevent PR to be merged with warnings in any feature
The text was updated successfully, but these errors were encountered:
cargo hack has no --deny-warnings feature (because cargo check does not have it as well)
cargo hack
--deny-warnings
cargo check
RUSTFLAGS="-D warnings" apply to dependencies, and conflicts with rust-analyzer
RUSTFLAGS="-D warnings"
rust-analyzer
Next approach to try: craft a manual script that uses cargo clippy instead of cargo hack with check
cargo clippy
Sorry, something went wrong.
mayconamaroCW
No branches or pull requests
prevent PR to be merged with warnings in any feature
The text was updated successfully, but these errors were encountered: