diff options
| author | Stanislav Tkach <stanislav.tkach@gmail.com> | 2020-05-07 16:22:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 16:22:22 +0300 |
| commit | 0bf269925bd1d01c7f19a9714f1ce8b18e52b517 (patch) | |
| tree | a3c660856ced1d3260030d560d872838fc26641f | |
| parent | 63d03779946a07d8c418a361278168a6d3a1f4d2 (diff) | |
| download | rust-0bf269925bd1d01c7f19a9714f1ce8b18e52b517.tar.gz rust-0bf269925bd1d01c7f19a9714f1ce8b18e52b517.zip | |
Fix `strip-priv-imports` pass name in the rustdoc documentation
| -rw-r--r-- | src/doc/rustdoc/src/passes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/passes.md b/src/doc/rustdoc/src/passes.md index 12d4ea205b3..081e477de80 100644 --- a/src/doc/rustdoc/src/passes.md +++ b/src/doc/rustdoc/src/passes.md @@ -17,7 +17,7 @@ By default, rustdoc will run some passes, namely: * `collapse-docs` * `unindent-comments` -However, `strip-private` implies `strip-private-imports`, and so effectively, +However, `strip-private` implies `strip-priv-imports`, and so effectively, all passes are run by default. ## `strip-hidden` |
