mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Appease clippy
This commit is contained in:
parent
c52f866d8a
commit
fe0da7a8d7
1 changed files with 1 additions and 1 deletions
|
@ -1873,7 +1873,7 @@ pub fn with_hole<'a>(
|
||||||
assigned,
|
assigned,
|
||||||
Expr::FunctionCall {
|
Expr::FunctionCall {
|
||||||
call_type: CallType::ByPointer(function_symbol),
|
call_type: CallType::ByPointer(function_symbol),
|
||||||
full_layout: full_layout,
|
full_layout,
|
||||||
ret_layout: ret_layout.clone(),
|
ret_layout: ret_layout.clone(),
|
||||||
args: arg_symbols,
|
args: arg_symbols,
|
||||||
arg_layouts,
|
arg_layouts,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue