Permit breaking before fn args block.
This commit is contained in:
parent
dba9caeba9
commit
1f915ef7ce
@ -560,6 +560,7 @@ fn get_span(&ast::field field) -> common::span {
|
||||
}
|
||||
case (ast::expr_call(?func,?args,_)) {
|
||||
print_expr(s, func);
|
||||
zerobreak(s.s);
|
||||
popen(s);
|
||||
commasep_exprs(s, inconsistent, args);
|
||||
pclose(s);
|
||||
|
Loading…
Reference in New Issue
Block a user