Fix clippy
This commit is contained in:
parent
635eae2d4f
commit
c5093ac122
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ fn ident_difference_expr_with_base_location(
|
|||
&strip_non_ident_wrappers(left).kind,
|
||||
&strip_non_ident_wrappers(right).kind,
|
||||
) {
|
||||
(Yield(_), Yield(_))
|
||||
(Yield(_, _), Yield(_, _))
|
||||
| (Try(_), Try(_))
|
||||
| (Paren(_), Paren(_))
|
||||
| (Repeat(_, _), Repeat(_, _))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue