Closed lovesegfault closed 8 months ago
I'd like to use cargo-chef to perform its mangling to a workspace, but I don't actually want it to issue cargo build (or any other build commands).
cargo-chef
cargo build
It'd be nice if there was a --no-build, similar to how you can say --check/clippy/release, for this purpose.
--no-build
--check/clippy/release
I'd like to use
cargo-chef
to perform its mangling to a workspace, but I don't actually want it to issuecargo build
(or any other build commands).It'd be nice if there was a
--no-build
, similar to how you can say--check/clippy/release
, for this purpose.