aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authorJeremy A. Kolb <[email protected]>2018-10-30 20:57:33 +0000
committerJeremy A. Kolb <[email protected]>2018-10-31 19:08:37 +0000
commitd2bcd1a38636a669d2232156fa29010a82e37a3e (patch)
tree3a79a51afa0a15fc0a8251fe71f60f938d6822f0 /crates/ra_syntax/src/grammar.ron
parent64ce895ef0beea75e9ecfcdf5b4e226a8a6336d8 (diff)
`ast::DocCommentsOwner` which represents a documentation comment owner
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index c1c215e0d..6951db010 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -251,6 +251,7 @@ Grammar(
251 "NameOwner", 251 "NameOwner",
252 "TypeParamsOwner", 252 "TypeParamsOwner",
253 "AttrsOwner", 253 "AttrsOwner",
254 "DocCommentsOwner"
254 ], 255 ],
255 options: [ "ParamList", ["body", "Block"], "RetType" ], 256 options: [ "ParamList", ["body", "Block"], "RetType" ],
256 ), 257 ),