Skip to content
/ rust Public
forked from rust-lang/rust

Commit 1ec3e62

Browse files
committed
Remove redundant check
1 parent 49e5e4e commit 1ec3e62

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_hir_analysis/src/check

1 file changed

+0
-1
lines changed

compiler/rustc_hir_analysis/src/check/check.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,6 @@ pub(crate) fn check_item_type(tcx: TyCtxt<'_>, def_id: LocalDefId) {
730730
.is_ok()
731731
{
732732
check_impl_items_against_trait(tcx, def_id, impl_trait_header);
733-
check_on_unimplemented(tcx, def_id);
734733
}
735734
}
736735
}

0 commit comments

Comments
 (0)