Use collection_trailing_sep_e for packages decl, to allow trailing commas there

This commit is contained in:
Joshua Warner 2021-11-10 18:47:48 -08:00
parent f82ca36b19
commit 6a694b7772
4 changed files with 68 additions and 7 deletions

View file

@ -265,6 +265,7 @@ pub enum ETypedIdent<'a> {
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum EPackages<'a> {
Open(Row, Col),
Space(BadInputError, Row, Col),
Packages(Row, Col),
IndentPackages(Row, Col),