Allow trailing comments in exposes decl

This commit is contained in:
Joshua Warner 2021-11-10 19:28:04 -08:00
parent 4aa6ec1d64
commit c10f403c94
5 changed files with 55 additions and 16 deletions

View file

@ -315,6 +315,7 @@ pub enum EEffects<'a> {
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum EImports {
Open(Row, Col),
Imports(Row, Col),
IndentImports(Row, Col),
IndentListStart(Row, Col),