Fix clippy code
This commit is contained in:
parent
91d2ce3020
commit
2a530dce53
2 changed files with 2 additions and 2 deletions
|
|
@ -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(_, _, _))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue