ENUM_ITEM -> ENUM

This commit is contained in:
Aleksey Kladov
2018-08-11 10:05:26 +03:00
parent 7698d37fa4
commit e69c70e2a2
5 changed files with 10 additions and 10 deletions

View File

@@ -175,7 +175,7 @@ fn items_without_modifiers(p: &mut Parser) -> Option<SyntaxKind> {
}
ENUM_KW => {
structs::enum_item(p);
ENUM_ITEM
ENUM
}
USE_KW => {
use_item::use_item(p);