Skip to content

Commit bc41628

Browse files
committed
Trim long lines.
1 parent b039be1 commit bc41628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/comp/middle/trans.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ fn type_of(@crate_ctxt cx, @ty.t t) -> TypeRef {
311311
ret llty;
312312
}
313313

314-
// NB: this function must match the ABI assumptions of trans_args exactly.
314+
// NB: this function must match the ABI assumptions of trans_args.
315315
fn type_of_fn_full(@crate_ctxt cx,
316316
option.t[TypeRef] obj_self,
317317
vec[ty.arg] inputs,
@@ -1964,7 +1964,7 @@ impure fn trans_cast(@block_ctxt cx, @ast.expr e, &ast.ann ann) -> result {
19641964
}
19651965

19661966

1967-
// NB: this function must match the ABI assumptions of type_of_fn_full exactly.
1967+
// NB: this function must match the ABI assumptions of type_of_fn_full.
19681968
impure fn trans_args(@block_ctxt cx,
19691969
ValueRef llclosure,
19701970
option.t[ValueRef] llobj,

0 commit comments

Comments
 (0)