aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libsyntax2/src/grammar.ron')
-rw-r--r--crates/libsyntax2/src/grammar.ron2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron
index 22c61e949..4d0343747 100644
--- a/crates/libsyntax2/src/grammar.ron
+++ b/crates/libsyntax2/src/grammar.ron
@@ -108,7 +108,7 @@ Grammar(
108 nodes: [ 108 nodes: [
109 "FILE", 109 "FILE",
110 110
111 "STRUCT_ITEM", 111 "STRUCT",
112 "ENUM_ITEM", 112 "ENUM_ITEM",
113 "FUNCTION", 113 "FUNCTION",
114 "EXTERN_CRATE_ITEM", 114 "EXTERN_CRATE_ITEM",