mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
fix clippy's qualms
This commit is contained in:
parent
c4b4cb013e
commit
faa5b2c830
1 changed files with 1 additions and 1 deletions
|
@ -1981,7 +1981,7 @@ pub fn with_hole<'a>(
|
||||||
ext_var,
|
ext_var,
|
||||||
field_var,
|
field_var,
|
||||||
loc_expr: Box::new(Located::at_zero(roc_can::expr::Expr::Var(record_symbol))),
|
loc_expr: Box::new(Located::at_zero(roc_can::expr::Expr::Var(record_symbol))),
|
||||||
field: field.clone(),
|
field,
|
||||||
};
|
};
|
||||||
|
|
||||||
let loc_body = Located::at_zero(body);
|
let loc_body = Located::at_zero(body);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue