IAT: Rustdoc integration
This commit is contained in:
parent
46ec348611
commit
61e1eda6db
11 changed files with 183 additions and 40 deletions
|
@ -2202,7 +2202,9 @@ fn collect_paths_for_type(first_ty: clean::Type, cache: &Cache) -> Vec<String> {
|
|||
}
|
||||
clean::Type::QPath(box clean::QPathData { self_type, trait_, .. }) => {
|
||||
work.push_back(self_type);
|
||||
process_path(trait_.def_id());
|
||||
if let Some(trait_) = trait_ {
|
||||
process_path(trait_.def_id());
|
||||
}
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue