mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Fix the build
This commit is contained in:
parent
add81cb0a5
commit
c6084cb29c
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user