diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2022-11-24 14:26:57 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2023-01-22 11:02:28 -0300 |
| commit | 81ee6aebaa3d93c5e86d4d7c0fe80c3af74d3ec3 (patch) | |
| tree | f76d061b06d387b6d871902f15f11948b344857b | |
| parent | 8e6809072304b147f9e98d55c87f42c0f3959679 (diff) | |
| download | rust-81ee6aebaa3d93c5e86d4d7c0fe80c3af74d3ec3.tar.gz rust-81ee6aebaa3d93c5e86d4d7c0fe80c3af74d3ec3.zip | |
Remove duplicated debug call
| -rw-r--r-- | compiler/rustc_hir_typeck/src/fallback.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir_typeck/src/fallback.rs b/compiler/rustc_hir_typeck/src/fallback.rs index dde8797804f..1015cea74b3 100644 --- a/compiler/rustc_hir_typeck/src/fallback.rs +++ b/compiler/rustc_hir_typeck/src/fallback.rs @@ -281,7 +281,6 @@ impl<'tcx> FnCtxt<'_, 'tcx> { roots_reachable_from_non_diverging, ); - debug!("inherited: {:#?}", self.inh.fulfillment_cx.borrow_mut().pending_obligations()); debug!("obligations: {:#?}", self.fulfillment_cx.borrow_mut().pending_obligations()); debug!("relationships: {:#?}", relationships); |
