]> git.lizzy.rs Git - rust.git/commit
Use Indent::to_string_with_newline to avoid unnecessary allocation
authortopecongiro <seuchida@gmail.com>
Mon, 19 Feb 2018 03:47:54 +0000 (12:47 +0900)
committertopecongiro <seuchida@gmail.com>
Mon, 19 Feb 2018 03:55:12 +0000 (12:55 +0900)
commit125e7124e7194bab639d525ec4ac2fa43633fb38
treee56ad8ee779eb298f5fc509f7c30ac67e3152305
parent9d47e7370e1be5e3d4e790a6c1d95b51acb281af
Use Indent::to_string_with_newline to avoid unnecessary allocation
rustfmt-core/src/chains.rs
rustfmt-core/src/comment.rs
rustfmt-core/src/expr.rs
rustfmt-core/src/items.rs
rustfmt-core/src/macros.rs
rustfmt-core/src/string.rs
rustfmt-core/src/types.rs
rustfmt-core/src/visitor.rs