2017-04-30 16:49:39 -05:00
|
|
|
// rustfmt-fn_args_paren_newline: false
|
|
|
|
// Function arguments parenthesis on a newline
|
|
|
|
|
|
|
|
fn lorem(
|
|
|
|
ipsum: Ipsum,
|
|
|
|
dolor: Dolor,
|
|
|
|
sit: Sit,
|
2017-06-11 23:01:41 -05:00
|
|
|
amet: Amet,
|
|
|
|
) -> DolorSitAmetConsecteturAdipiscingElitLoremIpsumDolorSitAmetConsecteturAdipiscingElit {
|
2017-04-30 16:49:39 -05:00
|
|
|
// body
|
|
|
|
}
|