about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-dep-info/theme.css
AgeCommit message (Collapse)AuthorLines
2025-07-28Ensure external paths passed via flags end up in rustdoc depinfoNoratrieb-0/+1
rustdoc has many flags to pass external HTML/Markdown/CSS files that end up in the build. These need to be recorded in depinfo so that Cargo will rebuild the crate if they change.