Skip to content

Commit bc81145

Browse files
committed
Remove debug message
1 parent c973e30 commit bc81145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/monomorphize/collector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ pub fn collect_crate_mono_items<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
315315
&mut inlining_map);
316316
}
317317

318-
tcx.sess.warn(&format!("{:#?}", visited));
318+
//tcx.sess.warn(&format!("{:#?}", visited));
319319

320320
(visited, inlining_map)
321321
}

0 commit comments

Comments
 (0)