1
Fork 0
This commit is contained in:
zredb 2022-01-10 10:44:18 +08:00 committed by Guillaume Gomez
parent b13a5bf3c4
commit ff88b59e58
4 changed files with 15 additions and 17 deletions

View file

@ -303,7 +303,7 @@ impl<'a, 'tcx> DocFolder for CacheBuilder<'a, 'tcx> {
desc,
parent,
parent_idx: None,
search_type: get_function_type_for_search(&item, self.tcx),
search_type: get_function_type_for_search(&item, self.tcx, self.cache),
aliases: item.attrs.get_doc_aliases(),
});
}