We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298d703 commit 0c6ad46Copy full SHA for 0c6ad46
src/librustdoc/clean/inline.rs
@@ -69,7 +69,7 @@ pub fn try_inline(cx: &DocContext, def: Def, name: ast::Name)
69
}
70
Def::TyAlias(did) => {
71
record_extern_fqn(cx, did, clean::TypeKind::Typedef);
72
- ret.extend(build_impls(cx, did, true));
+ ret.extend(build_impls(cx, did, false));
73
clean::TypedefItem(build_type_alias(cx, did), false)
74
75
Def::Enum(did) => {
0 commit comments