]> git.lizzy.rs Git - rust.git/commit
Use multiple lines for function calls with 0 arg which exceeds max width
authortopecongiro <seuchida@gmail.com>
Thu, 22 Feb 2018 23:12:48 +0000 (08:12 +0900)
committertopecongiro <seuchida@gmail.com>
Thu, 22 Feb 2018 23:12:48 +0000 (08:12 +0900)
commitcb0097f7d82e58e0ac84e776ea367b11ac6e90cc
tree49357bae257a0b2195d747e050b3c64b59be72e6
parentc5a8878f7e79bbb1ea77a15c369ccfd17e620524
Use multiple lines for function calls with 0 arg which exceeds max width

e.g.

foo(
)
rustfmt-core/src/expr.rs