CI Perf Lint

dockerfile-cargo-build-release-without-cache-mount

Detects Rust Dockerfiles that run cargo build --release without a visible BuildKit cache mount on the same instruction.

This rule looks for:

Why it matters:

What to do:

This rule does not require a full cargo-chef or sccache setup. It flags the narrower missing cache mount on a heavy release build step.