diff options
| author | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-03-31 06:22:12 +0000 |
|---|---|---|
| committer | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-03-31 06:23:45 +0000 |
| commit | 5428e6e27306519c9957c8f3c448c63b7fef3a06 (patch) | |
| tree | de495f935dc70ec1f7cf9d21963391bfba1694e3 | |
| parent | bfacabc6a2b59771aa336ff420c363d9695a6ad2 (diff) | |
Remove accidental `println!`
| -rw-r--r-- | src/librustc_typeck/check/method/suggest.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_typeck/check/method/suggest.rs b/src/librustc_typeck/check/method/suggest.rs index aae7912cace..45fe51239a8 100644 --- a/src/librustc_typeck/check/method/suggest.rs +++ b/src/librustc_typeck/check/method/suggest.rs @@ -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 |
