rustdoc::json::import_finderFunction get_imports
source pub(crate) fn get_imports(krate: Crate) -> (Crate, DefIdSet)
Expand description
Get the id’s of all items that are pub use
d in the crate.
We need this to know if a stripped module is pub use mod::*
, to decide
if it needs to be kept in the index, despite being stripped.
See #100973 and
#101103 for times when
this information is needed.