mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 11:04:03 +00:00
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
@ -1269,7 +1269,7 @@ impl Clean<Item> for ty::AssocItem {
|
||||
|
||||
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