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.
By default, rustdoc will run several passes over your code. This
removes those defaults, allowing you to use --passes to specify
exactly which passes you want.
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 --passes in order to document private things, which we can instead support more directly.
This issue is part of #125
--no-defaults
: don't run default passesUsing this flag looks like this:
By default,
rustdoc
will run several passes over your code. Thisremoves those defaults, allowing you to use
--passes
to specifyexactly which passes you want.
For more details on passes, see the chapter on them.
See also
--passes
.Should we keep this flag or not?
The text was updated successfully, but these errors were encountered: