]> git.lizzy.rs Git - rust.git/commit
Modify the placement of the opening brace of trait
authorSeiichi Uchida <seuchida@gmail.com>
Sat, 10 Mar 2018 05:55:30 +0000 (14:55 +0900)
committertopecongiro <seuchida@gmail.com>
Sun, 11 Mar 2018 22:54:12 +0000 (07:54 +0900)
commitb077297179b41420701e36f55b507bd2299811b5
tree0a65b97a80f0fbd29b6c06f8a59c5ffe6d36f973
parentf56039c7e584bb5b9b5453056a3f4c5197615629
Modify the placement of the opening brace of trait

Put the opening brace on the next line if

1. putting it one the current line exceeds max width.
2. trait bounds uses multiple lines.
src/items.rs