cargo doc --no-deps --all-features with RUSTDOCFLAGS=-D warnings. Catches
doctest / intra-doc-link breakage at MR time rather than at release. Sibling
of tofu-lint's terraform-docs-drift gate and
go-lint's godoc-equivalent (Go doesn't have a separate
gate — go vet catches most). Single job, MR-only by default, shares the
target/ cache with rust-test via the same
Cargo.lock-keyed key (pull-only — it runs in docs, after rust-test
already warmed it).