Skip to content

Commit 81ee6ae

Browse files
committed
Remove duplicated debug call
1 parent 8e68090 commit 81ee6ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_hir_typeck/src/fallback.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ impl<'tcx> FnCtxt<'_, 'tcx> {
281281
roots_reachable_from_non_diverging,
282282
);
283283

284-
debug!("inherited: {:#?}", self.inh.fulfillment_cx.borrow_mut().pending_obligations());
285284
debug!("obligations: {:#?}", self.fulfillment_cx.borrow_mut().pending_obligations());
286285
debug!("relationships: {:#?}", relationships);
287286

0 commit comments

Comments
 (0)