Fix the build

This commit is contained in:
Nick Cameron 2016-04-12 11:04:33 +12:00
parent add81cb0a5
commit c6084cb29c

View file

@ -1578,7 +1578,8 @@ fn rewrite_args(context: &RewriteContext,
debug!("rewrite_args: budget: {}, tactic: {:?}", budget, tactic);
let end_with_newline = match context.config.fn_args_layout {
FnArgLayoutStyle::Block | FnArgLayoutStyle::BlockAlways => true,
FnArgLayoutStyle::Block |
FnArgLayoutStyle::BlockAlways => true,
_ => false,
};