Fix clippy

This commit is contained in:
Eric Holk 2025-03-13 16:14:31 -07:00
parent 635eae2d4f
commit c5093ac122
No known key found for this signature in database
GPG key ID: F1A772BB658A63E1

View file

@ -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(_, _))