loops: remove debugging print
This commit is contained in:
parent
614ba3ab86
commit
d499d2a9a7
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ impl<'v, 't> Visitor<'v> for VarVisitor<'v, 't> {
|
|||
/// for &T and &mut T, such as Vec.
|
||||
fn is_ref_iterable_type(cx: &Context, e: &Expr) -> bool {
|
||||
let ty = walk_ptrs_ty(cx.tcx.expr_ty(e));
|
||||
println!("mt {:?} {:?}", e, ty);
|
||||
is_array(ty) ||
|
||||
match_type(cx, ty, &VEC_PATH) ||
|
||||
match_type(cx, ty, &LL_PATH) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue