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
--all-features
It seems like the flag --all-features is provided twice in clippy drvs, which cargo finds unacceptable:
> Running phase: buildPhase > ++ command cargo --version > cargo 1.83.0 (5ffbef321 2024-10-29) > ++ command cargo check --all-features --all-targets --profile release --package pr-tracker-fetcher --locked --all-targets > error: the argument '--all-targets' cannot be used multiple times > > Usage: cargo check [OPTIONS] > > For more information, try '--help'.
Here it is in CI of this PR.
The text was updated successfully, but these errors were encountered:
try latest commit, should be fixed
Sorry, something went wrong.
Seems to work. Thank you.
No branches or pull requests
It seems like the flag
--all-features
is provided twice in clippy drvs, which cargo finds unacceptable:Here it is in CI of this PR.
The text was updated successfully, but these errors were encountered: