Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to generate a single list of all lints denied in my workspace, so, as recommended in #5385, I used
cargo clippy -- -W help.In my workspace root
Cargo.toml, I haveawait_holding_lockset todeny. But when I rancargo clippy -- -W help, It showsclippy::await-holding-lock warn. I tried this both for the workspace as a whole and for a specific workspace member (after double checking that it haslints.workspace = true. Does this mean that in fact I am not enforcing the lint, or is it possible for thehelp"lint" to be wrong?Is there a way to discover why the lint is set to
warn?Beta Was this translation helpful? Give feedback.
All reactions