You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
$ rustdoc --passes list
$ rustdoc src/lib.rs --passes strip-priv-imports
An argument of "list" will print a list of possible "rustdoc passes", and other
arguments will be the name of which passes to run in addition to the defaults.
We don't currently have the "passes" architecture, so I'm not sure this flag makes sense.
Existing usage, as far as I know, is mostly to use it in combination with --no-defaults in order to document private things, which we can instead support more directly.
This issue is part of #125
--passes
: add more rustdoc passesUsing this flag looks like this:
An argument of "list" will print a list of possible "rustdoc passes", and other
arguments will be the name of which passes to run in addition to the defaults.
For more details on passes, see the chapter on them.
See also
--no-defaults
.Should we keep this flag or not?
The text was updated successfully, but these errors were encountered: