From f5bea9051b81f3a490c08afdb336c63c9180aae0 Mon Sep 17 00:00:00 2001 From: uHOOCCOOHu Date: Fri, 30 Aug 2019 01:56:00 +0800 Subject: Support resolution of `#[macro_use] extern crate` --- 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 1836862fe..a07293a46 100644 --- a/crates/ra_syntax/src/grammar.ron +++ b/crates/ra_syntax/src/grammar.ron @@ -669,6 +669,7 @@ Grammar( collections: [("use_trees", "UseTree")] ), "ExternCrateItem": ( + traits: ["AttrsOwner"], options: ["NameRef", "Alias"], ), "ArgList": ( -- cgit v1.2.3