Skip to content

Commit 3074c42

Browse files
committed
Fix links in rustdoc book.
Due to a change in how mdbook generates section anchors, headers with non-alphabetic characters now start with "a".
1 parent 629d891 commit 3074c42

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)