diff options
Diffstat (limited to 'src/parser/event_parser/grammar/paths.rs')
-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 { |