mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Remove out-of-date comment
This commit is contained in:
parent
308defac46
commit
b43a9e3edb
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue