From e69c70e2a208fd89d4d49a104f5516c55546309e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 11 Aug 2018 10:05:26 +0300 Subject: ENUM_ITEM -> ENUM --- crates/libsyntax2/src/grammar/items/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/libsyntax2/src/grammar') diff --git a/crates/libsyntax2/src/grammar/items/mod.rs b/crates/libsyntax2/src/grammar/items/mod.rs index 1125daed9..be4ff976a 100644 --- a/crates/libsyntax2/src/grammar/items/mod.rs +++ b/crates/libsyntax2/src/grammar/items/mod.rs @@ -175,7 +175,7 @@ fn items_without_modifiers(p: &mut Parser) -> Option { } ENUM_KW => { structs::enum_item(p); - ENUM_ITEM + ENUM } USE_KW => { use_item::use_item(p); -- cgit v1.2.3