From 49e14a99ed4d0baf849bbd5766f6c16e7d37930c Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 30 Aug 2018 20:03:18 +0300 Subject: Complete types --- crates/libsyntax2/src/grammar.ron | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/libsyntax2/src/grammar.ron') diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron index 3c293d3e4..0bb40f5ab 100644 --- a/crates/libsyntax2/src/grammar.ron +++ b/crates/libsyntax2/src/grammar.ron @@ -513,6 +513,7 @@ Grammar( collections: [ ["args", "Expr"] ] - ) + ), + "Path": (), }, ) -- cgit v1.2.3