Appease clippy

This commit is contained in:
Richard Feldman 2020-08-12 22:33:10 -04:00
parent c52f866d8a
commit fe0da7a8d7

View file

@ -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,