mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge remote-tracking branch 'upstream' into annotate-type-signatures
This commit is contained in:
commit
4f7729c044
330 changed files with 10591 additions and 7447 deletions
|
@ -254,7 +254,6 @@ impl IterTokens for AppHeader<'_> {
|
|||
|
||||
(provides.iter_tokens(arena).into_iter())
|
||||
.chain(packages.value.iter_tokens(arena))
|
||||
.chain(provides.iter_tokens(arena))
|
||||
.chain(old_imports.iter().flat_map(|i| i.item.iter_tokens(arena)))
|
||||
.collect_in(arena)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue