Module rustdoc::passes[][src]

Re-exports

pub use self::collapse_docs::collapse_docs;
pub use self::strip_hidden::strip_hidden;
pub use self::strip_private::strip_private;
pub use self::strip_priv_imports::strip_priv_imports;
pub use self::unindent_comments::unindent_comments;
pub use self::propagate_doc_cfg::propagate_doc_cfg;

Modules

collapse_docs
propagate_doc_cfg
strip_hidden
strip_priv_imports
strip_private
unindent_comments

Structs

ImplStripper
ImportStripper
Stripper

Enums

DefaultPassOption

Constants

DEFAULT_PASSES
DEFAULT_PRIVATE_PASSES
PASSES

Functions

defaults

Type Definitions

Pass