Skip to content
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

--all-features provided twice in clippy drvs #191

Closed
mightyiam opened this issue Jan 7, 2025 · 2 comments
Closed

--all-features provided twice in clippy drvs #191

mightyiam opened this issue Jan 7, 2025 · 2 comments

Comments

@mightyiam
Copy link

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.

@yusdacra
Copy link
Owner

yusdacra commented Jan 8, 2025

try latest commit, should be fixed

@yusdacra yusdacra closed this as completed Jan 8, 2025
@mightyiam
Copy link
Author

Seems to work. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants