Remove out-of-date comment

This commit is contained in:
Sam Mohr 2024-11-02 09:51:55 -07:00
parent 308defac46
commit b43a9e3edb
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99

View file

@ -74,8 +74,6 @@ fn new_op_call_expr<'a>(
let right = desugar_expr(env, scope, right);
match right.value {
// Match on desugared `try` ident because this function's arguments
// are desugared before being passed
Apply(function, arguments, _called_via) => {
let mut args = Vec::with_capacity_in(1 + arguments.len(), env.arena);