Skip to content

Commit

Permalink
libsyntax: rename vec::each(var) to var.each
Browse files Browse the repository at this point in the history
  • Loading branch information
recrack committed May 9, 2013
1 parent d4fa0f1 commit 841f4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/ast_util.rs
Expand Up @@ -461,7 +461,7 @@ pub fn id_visitor(vfn: @fn(node_id)) -> visit::vt<()> {
}
}

for vec::each(d.inputs) |arg| {
for d.inputs.each |arg| {
vfn(arg.id)
}
},
Expand Down

0 comments on commit 841f4ce

Please sign in to comment.