aboutsummaryrefslogtreecommitdiff
path: root/src/parser/grammar/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/grammar/mod.rs')
-rw-r--r--src/parser/grammar/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/grammar/mod.rs b/src/parser/grammar/mod.rs
index e4823eadb..63ad2782e 100644
--- a/src/parser/grammar/mod.rs
+++ b/src/parser/grammar/mod.rs
@@ -31,7 +31,7 @@ mod type_args;
31mod types; 31mod types;
32 32
33use { 33use {
34 parser::{parser::Parser, token_set::TokenSet}, 34 parser::{parser::{Parser, CompletedMarker}, token_set::TokenSet},
35 SyntaxKind::{self, *}, 35 SyntaxKind::{self, *},
36}; 36};
37 37