Remove fixme
This commit is contained in:
parent
b6b9690a76
commit
17197c660c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user