We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629d891 commit 3074c42Copy full SHA for 3074c42
src/doc/rustdoc/src/passes.md
@@ -5,8 +5,8 @@ Rustdoc has a concept called "passes". These are transformations that
5
6
In addition to the passes below, check out the docs for these flags:
7
8
-* [`--passes`](command-line-arguments.html#--passes-add-more-rustdoc-passes)
9
-* [`--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)
10
11
## Default passes
12
0 commit comments