diff options
author | Aleksey Kladov <[email protected]> | 2018-10-15 17:55:32 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-10-15 17:55:32 +0100 |
commit | 171c176833c197bfd1b266940bd2a8c3d4d52cd5 (patch) | |
tree | 34df736f3dd474cd94bd3610c8c7f2374bbab628 /crates/ra_syntax/src/grammar | |
parent | 6605dbaff3dd4104fd402cd6de7531c55d697358 (diff) |
Run cargo fix
Diffstat (limited to 'crates/ra_syntax/src/grammar')
-rw-r--r-- | crates/ra_syntax/src/grammar/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/grammar/mod.rs b/crates/ra_syntax/src/grammar/mod.rs index 2cb11dc1e..1199ba230 100644 --- a/crates/ra_syntax/src/grammar/mod.rs +++ b/crates/ra_syntax/src/grammar/mod.rs | |||
@@ -31,7 +31,7 @@ mod type_args; | |||
31 | mod type_params; | 31 | mod type_params; |
32 | mod types; | 32 | mod types; |
33 | 33 | ||
34 | use { | 34 | use crate::{ |
35 | token_set::TokenSet, | 35 | token_set::TokenSet, |
36 | parser_api::{Marker, CompletedMarker, Parser}, | 36 | parser_api::{Marker, CompletedMarker, Parser}, |
37 | SyntaxKind::{self, *}, | 37 | SyntaxKind::{self, *}, |