Skip to content

Commit 38d4b9e

Browse files
committed
Remove redundant tracing statement
1 parent 9286166 commit 38d4b9e

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_hir_analysis/src/coherence

1 file changed

+0
-2
lines changed

compiler/rustc_hir_analysis/src/coherence/builtin.rs

-2
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ fn visit_implementation_of_dispatch_from_dyn(tcx: TyCtxt<'_>, impl_did: LocalDef
358358
}
359359

360360
pub fn coerce_unsized_info<'tcx>(tcx: TyCtxt<'tcx>, impl_did: DefId) -> CoerceUnsizedInfo {
361-
debug!("compute_coerce_unsized_info(impl_did={:?})", impl_did);
362-
363361
// this provider should only get invoked for local def-ids
364362
let impl_did = impl_did.expect_local();
365363
let span = tcx.def_span(impl_did);

0 commit comments

Comments
 (0)