From b92c1197b64c6942b54bde159b8929ff2ee8ac53 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 1 Nov 2012 16:39:32 -0700 Subject: [PATCH] Long lines --- src/rustc/front/config.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rustc/front/config.rs b/src/rustc/front/config.rs index bd4b4712393d..e988f5ed5421 100644 --- a/src/rustc/front/config.rs +++ b/src/rustc/front/config.rs @@ -80,7 +80,8 @@ fn fold_foreign_mod(cx: ctxt, nm: ast::foreign_mod, }; } -fn fold_item_underscore(cx: ctxt, item: ast::item_, fld: fold::ast_fold) -> ast::item_ { +fn fold_item_underscore(cx: ctxt, item: ast::item_, + fld: fold::ast_fold) -> ast::item_ { let item = match item { ast::item_impl(a, b, c, Some(methods)) => { let methods = methods.filter(|m| method_in_cfg(cx, *m) );