rustdoc::passes

Module strip_private

source
Expand description

Strip all private items from the output. Additionally implies strip_priv_imports. Basically, the goal is to remove items that are not relevant for public documentation.

Constantsยง

Functionsยง

  • strip_private ๐Ÿ”’
    Strip private items from the point of view of a crate or externally from a crate, specified by the xcrate flag.