Remove fixme

This commit is contained in:
John Kåre Alsaker 2017-08-15 07:55:06 +02:00
parent b6b9690a76
commit 17197c660c

View File

@ -168,7 +168,6 @@ fn visit_expr(&mut self, e: &'gcx hir::Expr) {
if let hir::ExprClosure(_, _, body, _, _) = e.node {
let body = self.fcx.tcx.hir.body(body);
// FIXME: Why visit the args here?
for arg in &body.arguments {
self.visit_node_id(e.span, arg.hir_id);
}