mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

rustdoc assumes to add static files only when the
toolchain-shared-resources emit-type is specified,
or when no emit-type is specified.
See
80c34983c6/src/librustdoc/html/render/write_shared.rs (L206-L213)