diff options
author | Aleksey Kladov <[email protected]> | 2018-01-30 19:56:13 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-01-30 19:56:13 +0000 |
commit | 7a02097b717c6f7055a92c52dca65c374b06f057 (patch) | |
tree | 9c0b788009666087bdaa4072f0a466ff7cc93caf /src/parser/event_parser/grammar | |
parent | 197a2e6fefd45627920cfb9bbca24b446e5a7c89 (diff) |
Formatting
Diffstat (limited to 'src/parser/event_parser/grammar')
-rw-r--r-- | src/parser/event_parser/grammar/paths.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/event_parser/grammar/paths.rs b/src/parser/event_parser/grammar/paths.rs index bf3c8aedd..4c0d2c8b4 100644 --- a/src/parser/event_parser/grammar/paths.rs +++ b/src/parser/event_parser/grammar/paths.rs | |||
@@ -32,7 +32,6 @@ fn path(p: &mut Parser) { | |||
32 | } | 32 | } |
33 | } | 33 | } |
34 | 34 | ||
35 | |||
36 | fn path_segment(p: &mut Parser, first: bool) { | 35 | fn path_segment(p: &mut Parser, first: bool) { |
37 | let segment = p.start(); | 36 | let segment = p.start(); |
38 | if first { | 37 | if first { |