Long lines
This commit is contained in:
parent
0069bd2f46
commit
b92c1197b6
1 changed files with 2 additions and 1 deletions
|
|
@ -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) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue