Skip to content

Commit 5428e6e

Browse files
committed
Remove accidental println!
1 parent bfacabc commit 5428e6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_typeck/check/method/suggest.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ use super::probe::Mode;
4141

4242
fn is_fn_ty<'a, 'tcx>(ty: &Ty<'tcx>, fcx: &FnCtxt<'a, 'tcx>, span: Span) -> bool {
4343
let cx = fcx.tcx();
44-
println!("{:?}", ty);
4544
match ty.sty {
4645
// Not all of these (e.g. unsafe fns) implement FnOnce
4746
// so we look for these beforehand

0 commit comments

Comments
 (0)