Rename TypeAliasDef -> TypeAlias

This commit is contained in:
Aleksey Kladov 2020-07-30 15:25:46 +02:00
parent 1142112c70
commit eb2f806344
65 changed files with 146 additions and 155 deletions

View file

@ -105,7 +105,7 @@ pub(crate) const KINDS_SRC: KindsSrc = KindsSrc {
"CONST_DEF",
"TRAIT_DEF",
"IMPL_DEF",
"TYPE_ALIAS_DEF",
"TYPE_ALIAS",
"MACRO_CALL",
"TOKEN_TREE",
"MACRO_DEF",