]> git.lizzy.rs Git - rust.git/commit
Continue formatting function calls even if it does not fit in a single line
authortopecongiro <seuchida@gmail.com>
Thu, 22 Feb 2018 23:11:10 +0000 (08:11 +0900)
committertopecongiro <seuchida@gmail.com>
Thu, 22 Feb 2018 23:11:10 +0000 (08:11 +0900)
commitc5a8878f7e79bbb1ea77a15c369ccfd17e620524
tree164d5d0fa143a3e8b4c5d0d775e291d450f12e99
parent093633ecb73bf73045dfe29a1a80cc02d0ec8607
Continue formatting function calls even if it does not fit in a single line

We may be able to format it using multiple lines.
rustfmt-core/src/expr.rs