Skip to content

Commit

Permalink
Rollup merge of rust-lang#52521 - ehuss:rustdoc-passes-doc, r=kennytm
Browse files Browse the repository at this point in the history
Fix links in rustdoc book.

Due to a change in how mdbook generates section anchors, headers
with non-alphabetic characters now start with "a".
  • Loading branch information
kennytm authored Jul 22, 2018
2 parents 519651a + 3074c42 commit 0235707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/rustdoc/src/passes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0235707

Please sign in to comment.