Long lines

This commit is contained in:
Brian Anderson
2012-11-01 16:39:32 -07:00
parent 0069bd2f46
commit b92c1197b6

View File

@@ -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) );