Skip to content

Commit 0bf2699

Browse files
Fix strip-priv-imports pass name in the rustdoc documentation
1 parent 63d0377 commit 0bf2699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/passes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ By default, rustdoc will run some passes, namely:
1717
* `collapse-docs`
1818
* `unindent-comments`
1919

20-
However, `strip-private` implies `strip-private-imports`, and so effectively,
20+
However, `strip-private` implies `strip-priv-imports`, and so effectively,
2121
all passes are run by default.
2222

2323
## `strip-hidden`

0 commit comments

Comments
 (0)