Fix links in rustdoc book.
Due to a change in how mdbook generates section anchors, headers with non-alphabetic characters now start with "a".
This commit is contained in:
parent
629d891499
commit
3074c42bfe
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ Rustdoc has a concept called "passes". These are transformations that
|
|||
|
||||
In addition to the passes below, check out the docs for these flags:
|
||||
|
||||
* [`--passes`](command-line-arguments.html#--passes-add-more-rustdoc-passes)
|
||||
* [`--no-defaults`](command-line-arguments.html#--no-defaults-dont-run-default-passes)
|
||||
* [`--passes`](command-line-arguments.html#a--passes-add-more-rustdoc-passes)
|
||||
* [`--no-defaults`](command-line-arguments.html#a--no-defaults-dont-run-default-passes)
|
||||
|
||||
## Default passes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue