diff options
author | Aleksey Kladov <[email protected]> | 2019-02-20 13:16:14 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-02-20 13:16:14 +0000 |
commit | a4a1e08ab81193112a2e14413d084916241c3fca (patch) | |
tree | cef2c72994495e37b4e34cb7f7ff5a9b93765cd3 /crates/ra_syntax/src/parsing/parser_impl | |
parent | 9f6883fbf10567e4177dbe77857c970b6dc61f48 (diff) |
flatten modules
Diffstat (limited to 'crates/ra_syntax/src/parsing/parser_impl')
-rw-r--r-- | crates/ra_syntax/src/parsing/parser_impl/event.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/parsing/parser_impl/event.rs b/crates/ra_syntax/src/parsing/parser_impl/event.rs index fb43e19cc..2ddbdd34d 100644 --- a/crates/ra_syntax/src/parsing/parser_impl/event.rs +++ b/crates/ra_syntax/src/parsing/parser_impl/event.rs | |||
@@ -13,7 +13,7 @@ use crate::{ | |||
13 | SmolStr, | 13 | SmolStr, |
14 | SyntaxKind::{self, *}, | 14 | SyntaxKind::{self, *}, |
15 | TextRange, TextUnit, | 15 | TextRange, TextUnit, |
16 | syntax_node::syntax_error::{ | 16 | syntax_error::{ |
17 | ParseError, | 17 | ParseError, |
18 | SyntaxError, | 18 | SyntaxError, |
19 | SyntaxErrorKind, | 19 | SyntaxErrorKind, |