mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
haha clippy
This commit is contained in:
parent
91f4b397a2
commit
dc200d2046
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ where
|
|||
fn expr_bp(&mut self, min_bp: u8) -> Result<Spanned<Expr>> {
|
||||
let mut lhs = self.get_lhs()?;
|
||||
|
||||
#[allow(clippy::while_let_loop)] // idc
|
||||
loop {
|
||||
let (tok, span) = match self.next_t() {
|
||||
Ok(tok) => tok,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue