Rollup merge of #82096 - TaKO8Ki:fix-typo, r=GuillaumeGomez
Fix a typo This pull request fixes a typo.
This commit is contained in:
commit
db5ae6a626
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ impl Clean<Item> for ty::AssocItem {
|
||||||
|
|
||||||
AssocTypeItem(bounds, ty.clean(cx))
|
AssocTypeItem(bounds, ty.clean(cx))
|
||||||
} else {
|
} 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);
|
let type_ = cx.tcx.type_of(self.def_id).clean(cx);
|
||||||
TypedefItem(
|
TypedefItem(
|
||||||
Typedef {
|
Typedef {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue