You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the dependency on the clippy plugin, cargo-clippy does not work as a standalone binary. cargo install does not support external resources and so cannot be used as-is to install cargo-clippy.
One potential approach would be to embed clippy into the cargo-clippy binary and extract it to a temporary directory when it's needed.
The text was updated successfully, but these errors were encountered:
Due to the dependency on the clippy plugin,
cargo-clippy
does not work as a standalone binary.cargo install
does not support external resources and so cannot be used as-is to installcargo-clippy
.One potential approach would be to embed clippy into the
cargo-clippy
binary and extract it to a temporary directory when it's needed.The text was updated successfully, but these errors were encountered: