This commit is contained in:
Takayuki Maeda
2021-02-14 21:18:17 +09:00
parent b86674e7cc
commit ba72bc9b83
+1 -1
View File
@@ -1269,7 +1269,7 @@ fn clean(&self, cx: &DocContext<'_>) -> Item {
AssocTypeItem(bounds, ty.clean(cx))
} else {
// FIXME: when could this happen? ASsociated items in inherent impls?
// FIXME: when could this happen? Associated items in inherent impls?
let type_ = cx.tcx.type_of(self.def_id).clean(cx);
TypedefItem(
Typedef {