Convert exposes_values to ccollection_trailing_sep_e

This commit is contained in:
Joshua Warner 2021-11-12 11:12:17 -08:00
parent 71cc8d4c4b
commit c4e70ca7aa
6 changed files with 12 additions and 9 deletions

View file

@ -60,7 +60,7 @@ impl<'a> ModuleName<'a> {
#[derive(Clone, Debug, PartialEq)]
pub struct InterfaceHeader<'a> {
pub name: Loc<ModuleName<'a>>,
pub exposes: Vec<'a, Loc<ExposesEntry<'a, &'a str>>>,
pub exposes: Collection<'a, Loc<ExposesEntry<'a, &'a str>>>,
pub imports: Collection<'a, Loc<ImportsEntry<'a>>>,
// Potential comments and newlines - these will typically all be empty.