-
How can I specify the |
Beta Was this translation helpful? Give feedback.
Answered by
flip1995
Oct 9, 2022
Replies: 1 comment 1 reply
-
I'm not sure if I understand the question correctly. Can you give a bit more details about your project structure, please. Is it a workspace, in that case with Or are you talking about Clippy development? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hckhanh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if I understand the question correctly. Can you give a bit more details about your project structure, please. Is it a workspace, in that case with
cargo clippy -p package_name
. If it is just a crate in a sub folder thencd
into it and runcargo clippy
in there.Or are you talking about Clippy development?