Skip to content

Commit d611cc0

Browse files
committed
Rollup merge of #32640 - jseyfried:remove_println, r=Manishearth
Remove accidental `println!` This removes a use of `println!` added in #32358 that appears to accidental. r? @Manishearth
2 parents 70ae2a1 + 5428e6e commit d611cc0

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)