mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Clippy
This commit is contained in:
parent
f1e09fbe78
commit
ce6ef38477
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue