STRUCT_ITEM -> STRUCT

This commit is contained in:
Aleksey Kladov
2018-08-11 10:04:47 +03:00
parent ce898183b8
commit 7698d37fa4
21 changed files with 52 additions and 52 deletions

View File

@@ -171,7 +171,7 @@ fn items_without_modifiers(p: &mut Parser) -> Option<SyntaxKind> {
consider removing this semicolon"
);
}
STRUCT_ITEM
STRUCT
}
ENUM_KW => {
structs::enum_item(p);