aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-01-06 04:57:07 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-01-06 04:57:07 -0800
commitf62981bc3722289f0e503e7a54e2d98e3fe2480a (patch)
tree64f2caab3c1c2385e98094db7074f6d1d0135d67 /src/parser.rs
parentf1764cd97cce033fecaead94c5594e2612ad919f (diff)
downloadqc-f62981bc3722289f0e503e7a54e2d98e3fe2480a.tar.zst
Bump dependencies.HEADmain
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() {