diff options
Diffstat (limited to 'crates/ra_syntax/src/parser_impl.rs')
-rw-r--r-- | crates/ra_syntax/src/parser_impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/parser_impl.rs b/crates/ra_syntax/src/parser_impl.rs index f255dc23b..d99615d72 100644 --- a/crates/ra_syntax/src/parser_impl.rs +++ b/crates/ra_syntax/src/parser_impl.rs | |||
@@ -11,7 +11,7 @@ use crate::{ | |||
11 | input::{InputPosition, ParserInput}, | 11 | input::{InputPosition, ParserInput}, |
12 | }, | 12 | }, |
13 | SmolStr, | 13 | SmolStr, |
14 | yellow::syntax_error::{ | 14 | syntax_node::syntax_error::{ |
15 | ParseError, | 15 | ParseError, |
16 | SyntaxError, | 16 | SyntaxError, |
17 | }, | 17 | }, |