Skip to main content

run_doc_strict

Function run_doc_strict 

Source
fn run_doc_strict() -> Result<()>
Expand description

Build rustdoc with RUSTDOCFLAGS=-D warnings — the CI-grade doc gate. Used by cargo xtask ci. Standalone cargo xtask doc --strict uses the same flag via the doc() arg path; this helper exists so ci() reads as one line per check, matching the surrounding steps.