Skip to content

Commit

Permalink
Rollup merge of rust-lang#82096 - TaKO8Ki:fix-typo, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Fix a typo

This pull request fixes a typo.
  • Loading branch information
JohnTitor authored Feb 15, 2021
2 parents 21ffc87 + ba72bc9 commit ec2fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/clean/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ec2fc5a

Please sign in to comment.