mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
clarify variable name
This commit is contained in:
parent
d31ea3e71f
commit
97742b3238
2 changed files with 5 additions and 5 deletions
|
@ -3108,7 +3108,7 @@ fn run_solve<'a>(
|
|||
|
||||
let mut import_variables = Vec::new();
|
||||
|
||||
for symbol in exposed_for_module.imported_symbols {
|
||||
for symbol in exposed_for_module.imported_values {
|
||||
let module_id = symbol.module_id();
|
||||
match exposed_for_module.exposed_by_module.get_mut(&module_id) {
|
||||
Some(t) => match t {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue