diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-01-06 04:57:07 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-01-06 04:57:07 -0800 |
| commit | f62981bc3722289f0e503e7a54e2d98e3fe2480a (patch) | |
| tree | 64f2caab3c1c2385e98094db7074f6d1d0135d67 /src/parser.rs | |
| parent | f1764cd97cce033fecaead94c5594e2612ad919f (diff) | |
| download | qc-f62981bc3722289f0e503e7a54e2d98e3fe2480a.tar.zst | |
Diffstat (limited to 'src/parser.rs')
| -rw-r--r-- | src/parser.rs | 2 |
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() { |
