Commit 1a39b35
committed
fix(benchmarks-website/migrate): qualify Source::Local intra-doc link
`RUSTDOCFLAGS="-D warnings" cargo doc` fails the workspace docs build
with `unresolved link to Source::Local` on the module-level `//!`
comment in `migrate/src/source.rs`. Rustdoc can't resolve the
shorthand from the inner doc comment scope; qualify the link as
`crate::source::Source::Local` so the docs build is clean.
Verified locally with:
RUSTDOCFLAGS="-D warnings" cargo doc --profile ci --no-deps \
-p vortex-bench-server -p vortex-bench-migrate
passes cleanly.
Signed-off-by: Claude <noreply@anthropic.com>1 parent d6032f0 commit 1a39b35
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments