mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
Allow trailing comments in exposes decl
This commit is contained in:
parent
4aa6ec1d64
commit
c10f403c94
5 changed files with 55 additions and 16 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue