]> git.lizzy.rs Git - rust.git/commitdiff
Remove fixme
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Tue, 15 Aug 2017 05:55:06 +0000 (07:55 +0200)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Tue, 15 Aug 2017 05:55:06 +0000 (07:55 +0200)
src/librustc_typeck/check/writeback.rs

index 8ebf55258ad68a1b3398f9ecf914a8f9fcfaab39..27dc346af32ce6b991d2640b28eed87d1044ce3c 100644 (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);
             }