diff options
author | Aleksey Kladov <[email protected]> | 2019-02-20 20:05:59 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-02-20 20:05:59 +0000 |
commit | 61992dc1cd4956038e3c15439c1203f21e05af06 (patch) | |
tree | 0523a030376c0f7792cfc8341b3cfd80f48bde9f /crates/ra_syntax/src/parsing/grammar.rs | |
parent | 4c1f9b8d4e9ab9ba3b16d2b03f3c8bcc7f61706e (diff) |
simplify
Diffstat (limited to 'crates/ra_syntax/src/parsing/grammar.rs')
-rw-r--r-- | crates/ra_syntax/src/parsing/grammar.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/parsing/grammar.rs b/crates/ra_syntax/src/parsing/grammar.rs index bcdcd9f57..7ca9c223c 100644 --- a/crates/ra_syntax/src/parsing/grammar.rs +++ b/crates/ra_syntax/src/parsing/grammar.rs | |||
@@ -41,7 +41,7 @@ use crate::{ | |||
41 | SyntaxKind::{self, *}, | 41 | SyntaxKind::{self, *}, |
42 | parsing::{ | 42 | parsing::{ |
43 | token_set::TokenSet, | 43 | token_set::TokenSet, |
44 | parser_api::{CompletedMarker, Marker, Parser} | 44 | parser::{CompletedMarker, Marker, Parser} |
45 | }, | 45 | }, |
46 | }; | 46 | }; |
47 | 47 | ||