Commits
Click on a commit to change the comparison rangeperf(parser): remove branch parsing class elements (#11319)
Small optimization. No need to check for `Kind::RCurly`, unless it's preceded by `Kind::Semicolon`. In any other circumstances, `parse_normal_list` would have already found the `}` and would not have called the closure, so the check is redundant - `p.at(Kind::RCurly)` will always be `false`.9 days ago
by overlookmotel