aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-30 19:56:13 +0000
committerAleksey Kladov <[email protected]>2018-01-30 19:56:13 +0000
commit7a02097b717c6f7055a92c52dca65c374b06f057 (patch)
tree9c0b788009666087bdaa4072f0a466ff7cc93caf /src
parent197a2e6fefd45627920cfb9bbca24b446e5a7c89 (diff)
Formatting
Diffstat (limited to 'src')
-rw-r--r--src/parser/event_parser/grammar/paths.rs1
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
36fn path_segment(p: &mut Parser, first: bool) { 35fn path_segment(p: &mut Parser, first: bool) {
37 let segment = p.start(); 36 let segment = p.start();
38 if first { 37 if first {