ImplItemKind::TyAlias => ImplItemKind::Type
This commit is contained in:
parent
28eda9b18a
commit
70f3c79c50
27 changed files with 32 additions and 32 deletions
|
@ -887,7 +887,7 @@ impl<'a> State<'a> {
|
|||
self.end(); // need to close a box
|
||||
self.ann.nested(self, Nested::Body(body));
|
||||
}
|
||||
hir::ImplItemKind::TyAlias(ty) => {
|
||||
hir::ImplItemKind::Type(ty) => {
|
||||
self.print_associated_type(ii.ident, ii.generics, None, Some(ty));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue