mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Convert exposes_values to ccollection_trailing_sep_e
This commit is contained in:
parent
71cc8d4c4b
commit
c4e70ca7aa
6 changed files with 12 additions and 9 deletions
|
@ -2608,7 +2608,7 @@ fn parse_header<'a>(
|
|||
opt_shorthand,
|
||||
header_src,
|
||||
packages: &[],
|
||||
exposes: header.exposes.into_bump_slice(),
|
||||
exposes: header.exposes.items,
|
||||
imports: header.imports.items,
|
||||
to_platform: None,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue