Skip to content

Commit 2108c4c

Browse files
committed
Fix clippy
1 parent e8abad9 commit 2108c4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/tools/clippy/clippy_utils/src/ast_utils

src/tools/clippy/clippy_utils/src/ast_utils/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ pub fn eq_item_kind(l: &ItemKind, r: &ItemKind) -> bool {
457457
generics: lg,
458458
bounds: lb,
459459
items: lis,
460+
on_unimplemented: _,
460461
}),
461462
Trait(box ast::Trait {
462463
impl_restriction: riprt,
@@ -467,6 +468,7 @@ pub fn eq_item_kind(l: &ItemKind, r: &ItemKind) -> bool {
467468
generics: rg,
468469
bounds: rb,
469470
items: ris,
471+
on_unimplemented: _,
470472
}),
471473
) => {
472474
eq_impl_restriction(liprt, riprt)

0 commit comments

Comments
 (0)