rustc: Fix long line
This commit is contained in:
parent
edf8245273
commit
2255eda625
@ -282,7 +282,8 @@ fn add_clean(&@block_ctxt cx, ValueRef val, ty::t ty) {
|
||||
find_scope_cx(cx).cleanups += ~[clean(bind drop_slot(_, val, ty))];
|
||||
}
|
||||
fn add_clean_temp(&@block_ctxt cx, ValueRef val, ty::t ty) {
|
||||
find_scope_cx(cx).cleanups += ~[clean_temp(val, bind drop_ty(_, val, ty))];
|
||||
find_scope_cx(cx).cleanups += ~[clean_temp(val,
|
||||
bind drop_ty(_, val, ty))];
|
||||
}
|
||||
|
||||
// Note that this only works for temporaries. We should, at some point, move
|
||||
|
Loading…
x
Reference in New Issue
Block a user