Skip to content

Commit 3514741

Browse files
committed
remove an unnecessary comment
1 parent a34015c commit 3514741

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_parse/src/parser

1 file changed

+0
-1
lines changed

compiler/rustc_parse/src/parser/path.rs

-1
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ impl<'a> Parser<'a> {
635635
return Ok(Some(self.dummy_const_arg_needs_braces(err, expr.span)));
636636
}
637637
}
638-
// self.parse_fn_call_expr();
639638
// Try to recover from possible `const` arg without braces.
640639
return self.recover_const_arg(start, err).map(Some);
641640
}

0 commit comments

Comments
 (0)