From d2bcd1a38636a669d2232156fa29010a82e37a3e Mon Sep 17 00:00:00 2001 From: "Jeremy A. Kolb" Date: Tue, 30 Oct 2018 16:57:33 -0400 Subject: `ast::DocCommentsOwner` which represents a documentation comment owner --- crates/ra_syntax/src/grammar.ron | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_syntax/src/grammar.ron') 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( "NameOwner", "TypeParamsOwner", "AttrsOwner", + "DocCommentsOwner" ], options: [ "ParamList", ["body", "Block"], "RetType" ], ), -- cgit v1.2.3