mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
Remove accidental println!
This commit is contained in:
parent
bfacabc6a2
commit
5428e6e273
@ -41,7 +41,6 @@ use super::probe::Mode;
|
||||
|
||||
fn is_fn_ty<'a, 'tcx>(ty: &Ty<'tcx>, fcx: &FnCtxt<'a, 'tcx>, span: Span) -> bool {
|
||||
let cx = fcx.tcx();
|
||||
println!("{:?}", ty);
|
||||
match ty.sty {
|
||||
// Not all of these (e.g. unsafe fns) implement FnOnce
|
||||
// so we look for these beforehand
|
||||
|
Loading…
Reference in New Issue
Block a user