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
We're using this in a project, but we'd like to run the full clippy, IE cargo clippy --all-targets --all-features -- -D warnings, not just that run-cargo-clippy in the Cargo.toml uses.
We're using this in a project, but we'd like to run the full clippy, IE
cargo clippy --all-targets --all-features -- -D warnings, not just thatrun-cargo-clippyin theCargo.tomluses.Is there any way to provide custom clippy params?