Delete-trailing-whitespace

This commit is contained in:
Marijn Haverbeke 2012-02-29 19:07:23 +01:00
parent c3ae72d60b
commit 4be92670a4
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ fn check_fn(fk: visit::fn_kind, decl: fn_decl, body: blk, sp: span,
none { [] }
};
if option::is_some(vec::position_elt(last_uses, id)) { cont; }
}
}
let ty = ty::node_id_to_type(cx.tcx, id);
checker(cx, ty, span);
}