Remove fk_anon

This commit is contained in:
Seo Sanghyeon
2013-12-12 23:01:47 +09:00
parent 1b12dca7f9
commit 5499b45323
8 changed files with 8 additions and 13 deletions

View File

@@ -542,7 +542,7 @@ impl<'a, O: IdVisitingOperation> Visitor<()> for IdVisitor<'a, O> {
self.operation.visit_id(method.self_id);
self.visit_generics_helper(generics)
}
visit::fk_anon(_) | visit::fk_fn_block => {}
visit::fk_fn_block => {}
}
for argument in function_declaration.inputs.iter() {