Skip to content

Commit 841f4ce

Browse files
committed
libsyntax: rename vec::each(var) to var.each
1 parent d4fa0f1 commit 841f4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ast_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ pub fn id_visitor(vfn: @fn(node_id)) -> visit::vt<()> {
461461
}
462462
}
463463
464-
for vec::each(d.inputs) |arg| {
464+
for d.inputs.each |arg| {
465465
vfn(arg.id)
466466
}
467467
},

0 commit comments

Comments
 (0)