Delete-trailing-whitespace
This commit is contained in:
parent
c3ae72d60b
commit
4be92670a4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ fn check_fn(fk: visit::fn_kind, decl: fn_decl, body: blk, sp: span,
|
||||||
none { [] }
|
none { [] }
|
||||||
};
|
};
|
||||||
if option::is_some(vec::position_elt(last_uses, id)) { cont; }
|
if option::is_some(vec::position_elt(last_uses, id)) { cont; }
|
||||||
}
|
}
|
||||||
let ty = ty::node_id_to_type(cx.tcx, id);
|
let ty = ty::node_id_to_type(cx.tcx, id);
|
||||||
checker(cx, ty, span);
|
checker(cx, ty, span);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue