aboutsummaryrefslogtreecommitdiff
path: root/src/parser/event_parser/grammar/items/structs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/event_parser/grammar/items/structs.rs')
-rw-r--r--src/parser/event_parser/grammar/items/structs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/event_parser/grammar/items/structs.rs b/src/parser/event_parser/grammar/items/structs.rs
index 670406071..6e438413b 100644
--- a/src/parser/event_parser/grammar/items/structs.rs
+++ b/src/parser/event_parser/grammar/items/structs.rs
@@ -59,7 +59,7 @@ pub(super) fn enum_item(p: &mut Parser) {
59 p.bump(); 59 p.bump();
60 expressions::expr(p); 60 expressions::expr(p);
61 } 61 }
62 _ => () 62 _ => (),
63 } 63 }
64 var.complete(p, ENUM_VARIANT); 64 var.complete(p, ENUM_VARIANT);
65 } else { 65 } else {