add a bunch of debug prints
This commit is contained in:
parent
50fa16f5b5
commit
a893117f38
3 changed files with 12 additions and 0 deletions
|
@ -1223,6 +1223,10 @@ impl<'a> SourceCollector<'a> {
|
|||
|
||||
impl DocFolder for Cache {
|
||||
fn fold_item(&mut self, item: clean::Item) -> Option<clean::Item> {
|
||||
if item.def_id.is_local() {
|
||||
debug!("folding item \"{:?}\", a {}", item.name, item.type_());
|
||||
}
|
||||
|
||||
// If this is a stripped module,
|
||||
// we don't want it or its children in the search index.
|
||||
let orig_stripped_mod = match item.inner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue