mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
clippy fixes
This commit is contained in:
parent
cbe78593c2
commit
defa408e83
5 changed files with 55 additions and 23 deletions
|
@ -733,7 +733,6 @@ pub fn constrain_expr(
|
|||
let ret_type = Type::Variable(ret_var);
|
||||
let closure_var = *closure_var;
|
||||
let closure_ext_var = *closure_ext_var;
|
||||
let closure_type = Type::Variable(closure_var);
|
||||
|
||||
vars.push(ret_var);
|
||||
vars.push(closure_var);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue