This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.
Flag: no defaults #139
Closed
Description
This issue is part of #125
--no-defaults
: don't run default passes
Using this flag looks like this:
$ rustdoc src/lib.rs --no-defaults
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.
For more details on passes, see the chapter on them.
See also --passes
.
Should we keep this flag or not?