Skip to content

Commit b312701

Browse files
committed
Rollup merge of rust-lang#52521 - ehuss:rustdoc-passes-doc, r=kennytm
Fix links in rustdoc book. Due to a change in how mdbook generates section anchors, headers with non-alphabetic characters now start with "a".
2 parents 53b41c2 + 3074c42 commit b312701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustdoc/src/passes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Rustdoc has a concept called "passes". These are transformations that
55

66
In addition to the passes below, check out the docs for these flags:
77

8-
* [`--passes`](command-line-arguments.html#--passes-add-more-rustdoc-passes)
9-
* [`--no-defaults`](command-line-arguments.html#--no-defaults-dont-run-default-passes)
8+
* [`--passes`](command-line-arguments.html#a--passes-add-more-rustdoc-passes)
9+
* [`--no-defaults`](command-line-arguments.html#a--no-defaults-dont-run-default-passes)
1010

1111
## Default passes
1212

0 commit comments

Comments
 (0)