pub(crate) fn strip_private(krate: Crate, cx: &mut DocContext<'_>) -> Crate
Expand description
Strip private items from the point of view of a crate or externally from a
crate, specified by the xcrate
flag.
pub(crate) fn strip_private(krate: Crate, cx: &mut DocContext<'_>) -> Crate
Strip private items from the point of view of a crate or externally from a
crate, specified by the xcrate
flag.