Rename AssocItemKind::TyAlias to AssocItemKind::Type
This commit is contained in:
parent
81f3919303
commit
d3bd6beb97
18 changed files with 37 additions and 37 deletions
|
@ -516,7 +516,7 @@ impl<'a> State<'a> {
|
|||
ast::AssocItemKind::Const(def, ty, body) => {
|
||||
self.print_item_const(ident, None, ty, body.as_deref(), vis, *def);
|
||||
}
|
||||
ast::AssocItemKind::TyAlias(box ast::TyAlias {
|
||||
ast::AssocItemKind::Type(box ast::TyAlias {
|
||||
defaultness,
|
||||
generics,
|
||||
where_clauses,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue