mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
clippy
This commit is contained in:
parent
6714a68f3d
commit
2db627519b
3 changed files with 4 additions and 3 deletions
|
@ -4622,7 +4622,7 @@ fn substitute_in_expr<'a>(
|
|||
match expr {
|
||||
Literal(_) | FunctionPointer(_, _) | EmptyArray | RuntimeErrorFunction(_) => None,
|
||||
|
||||
Call(call) => substitute_in_call(arena, call, subs).map(|new| Expr::Call(new)),
|
||||
Call(call) => substitute_in_call(arena, call, subs).map(Expr::Call),
|
||||
|
||||
Tag {
|
||||
tag_layout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue