Skip to content

Commit b92c119

Browse files
committed
Long lines
1 parent 0069bd2 commit b92c119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rustc/front/config.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ fn fold_foreign_mod(cx: ctxt, nm: ast::foreign_mod,
8080
};
8181
}
8282

83-
fn fold_item_underscore(cx: ctxt, item: ast::item_, fld: fold::ast_fold) -> ast::item_ {
83+
fn fold_item_underscore(cx: ctxt, item: ast::item_,
84+
fld: fold::ast_fold) -> ast::item_ {
8485
let item = match item {
8586
ast::item_impl(a, b, c, Some(methods)) => {
8687
let methods = methods.filter(|m| method_in_cfg(cx, *m) );

0 commit comments

Comments
 (0)