]> git.lizzy.rs Git - rust.git/commitdiff
Fix the build
authorNick Cameron <ncameron@mozilla.com>
Mon, 11 Apr 2016 23:04:33 +0000 (11:04 +1200)
committerNick Cameron <ncameron@mozilla.com>
Mon, 11 Apr 2016 23:04:33 +0000 (11:04 +1200)
src/items.rs

index e2f41259cefc816e0b95b5215be3399a761b5c41..7eddf63dd62a3d73869a2b8257b1c28df2fb1837 100644 (file)
@@ -1578,7 +1578,8 @@ enum ArgumentKind<'a> {
     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,
     };