rustdoc: discr. required+provided assoc consts+tys
This commit is contained in:
parent
2a83fbc42a
commit
8de453a8c6
22 changed files with 407 additions and 249 deletions
|
@ -178,7 +178,7 @@ crate fn build_deref_target_impls(cx: &mut DocContext<'_>, items: &[Item], ret:
|
|||
|
||||
for item in items {
|
||||
let target = match *item.kind {
|
||||
ItemKind::TypedefItem(ref t, true) => &t.type_,
|
||||
ItemKind::AssocTypeItem(ref t, _) => &t.type_,
|
||||
_ => continue,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue