fix typo
This commit is contained in:
parent
b86674e7cc
commit
ba72bc9b83
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user