Fix clippy code

This commit is contained in:
Esteban Küber 2022-11-03 09:19:23 -07:00
parent 91d2ce3020
commit 2a530dce53
2 changed files with 2 additions and 2 deletions

View file

@ -582,7 +582,7 @@ fn ident_difference_expr_with_base_location(
| (Block(_, _), Block(_, _))
| (Closure(_), Closure(_))
| (Match(_, _), Match(_, _))
| (Loop(_, _), Loop(_, _))
| (Loop(_, _, _), Loop(_, _, _))
| (ForLoop(_, _, _, _), ForLoop(_, _, _, _))
| (While(_, _, _), While(_, _, _))
| (If(_, _, _), If(_, _, _))