Skip to content

Commit c01f5ef

Browse files
committed
Long lines
1 parent 20b5ca3 commit c01f5ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libsyntax/parse/parser.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,8 @@ class parser {
12831283
}
12841284
}
12851285

1286-
fn parse_sugary_call_expr(keyword: str, ctor: fn(+@expr) -> expr_) -> @expr {
1286+
fn parse_sugary_call_expr(keyword: str,
1287+
ctor: fn(+@expr) -> expr_) -> @expr {
12871288
let lo = self.last_span;
12881289
let call = self.parse_expr_res(RESTRICT_STMT_EXPR);
12891290
alt call.node {

0 commit comments

Comments
 (0)