Skip to content

Commit 234df9c

Browse files
committed
Long lines
1 parent f14240b commit 234df9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/middle/typeck/check.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,8 @@ fn check_expr_with_unifier(fcx: @fn_ctxt,
10801080
DontDerefArgs => {}
10811081
}
10821082
1083-
bot |= check_expr_with_assignability(fcx, *arg, formal_ty);
1083+
bot |= check_expr_with_assignability(fcx,
1084+
*arg, formal_ty);
10841085
fcx.write_ty(arg.id, fcx.expr_ty(*arg));
10851086
10861087
}

0 commit comments

Comments
 (0)