clarify variable name

This commit is contained in:
Folkert 2022-03-13 17:59:44 +01:00
parent d31ea3e71f
commit 97742b3238
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 5 additions and 5 deletions

View file

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