-
Notifications
You must be signed in to change notification settings - Fork 2.6k
cargo returns outdated warnings #7862
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
Comments
Isn't it an issue with clippy so should be filed against that? |
This is a known issue that will be fixed by #7533. You can use |
Triage: the PR #7533 has landed, but the issue persist. |
To be clear, there's a second part where clippy will need to be updated to use the new functionality. There is a rough outline here. |
Seems like there is some related ongoing work over here. |
Oh, I think I misunderstood the original request here, which is specifically around changing the args passed to clippy (like I don't offhand have ideas on how to improve that. Probably clippy could pass those via something like |
This is quite annoying for me because I use This also makes it difficult to use with cargo watch (used by for example Rust Analyzer) and wanting to pass |
I think this can be closed as it was fixed in clippy#6441 |
code:
compiles:
Suppressing the warning via cli parameters does no longer work until the project is rebuilt from scratch:
cargo 1.42.0-nightly (9d32b7b01 2020-01-26)
The text was updated successfully, but these errors were encountered: