mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
clippy fixes
This commit is contained in:
parent
cbe78593c2
commit
defa408e83
5 changed files with 55 additions and 23 deletions
|
@ -1935,7 +1935,7 @@ fn run_solve<'a>(
|
|||
..
|
||||
} = module;
|
||||
|
||||
let (mut solved_subs, solved_env, problems) =
|
||||
let (solved_subs, solved_env, problems) =
|
||||
roc_solve::module::run_solve(aliases, rigid_variables, constraint, var_store);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue