aboutsummaryrefslogtreecommitdiff
path: root/src/parser/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser.rs')
-rw-r--r--src/parser/parser.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/parser.rs b/src/parser/parser.rs
index 53a116fb7..752d532d0 100644
--- a/src/parser/parser.rs
+++ b/src/parser/parser.rs
@@ -169,7 +169,6 @@ impl<'t> Parser<'t> {
169 self.nth(0) 169 self.nth(0)
170 } 170 }
171 171
172
173 fn event(&mut self, event: Event) { 172 fn event(&mut self, event: Event) {
174 self.events.push(event) 173 self.events.push(event)
175 } 174 }