This commit is contained in:
Ayaz Hafiz 2022-05-11 17:22:05 -04:00
parent f1e09fbe78
commit ce6ef38477
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -447,7 +447,7 @@ fn start_phase<'a>(
// ability specializations our dependencies have. But we also need to know what
// ability specializations our dependents have, because those might be used by the
// specializations we've been asked to make.
for (module_id, exposed_types) in state.exposed_types.iter_all() {
for (_module_id, exposed_types) in state.exposed_types.iter_all() {
if let ExposedModuleTypes::Valid {
solved_specializations,
..