mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Convert exposes_modules to collection_trailing_sep_e
This commit is contained in:
parent
c4e70ca7aa
commit
8c8bc910fd
4 changed files with 9 additions and 7 deletions
|
@ -3466,7 +3466,7 @@ fn fabricate_effects_module<'a>(
|
|||
{
|
||||
let mut module_ids = (*module_ids).lock();
|
||||
|
||||
for exposed in header.exposes {
|
||||
for exposed in header.exposes.iter() {
|
||||
if let ExposesEntry::Exposed(module_name) = exposed.value {
|
||||
module_ids.get_or_insert(&PQModuleName::Qualified(
|
||||
shorthand,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue