Skip to content

Commit c81ad8e

Browse files
committed
add ImplicitSelf
1 parent 446442c commit c81ad8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/check_proc_macro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ fn ast_ty_search_pat(ty: &ast::Ty) -> (Pat, Pat) {
498498
(Pat::Str(""), Pat::Str(""))
499499
}
500500
},
501-
TyKind::Typeof(_) | _ => (Pat::Str(""), Pat::Str("")),
501+
TyKind::ImplicitSelf | TyKind::Typeof(_) | _ => (Pat::Str(""), Pat::Str("")),
502502
}
503503
}
504504

0 commit comments

Comments
 (0)