aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs
index 19e8e47..b415aa1 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -151,7 +151,7 @@ fn prec(op: BinOp) -> i8 {
}
}
-impl<'a> Parser<'a> {
+impl Parser<'_> {
fn flush(&mut self, target_prec: i8) {
loop {
match self.stack.last() {