Skip to content

Commit b86b626

Browse files
authored
Rollup merge of #71981 - DarkEld3r:patch-1, r=ollie27
Fix `strip-priv-imports` pass name in the rustdoc documentation
2 parents 966589e + 0bf2699 commit b86b626

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)