mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
Drop some unused variants
This commit is contained in:
parent
fbedc3ba13
commit
c68dfdf61e
1 changed files with 0 additions and 8 deletions
|
@ -225,15 +225,7 @@ pub enum EGeneratesWith {
|
|||
ListStart(Position),
|
||||
ListEnd(Position),
|
||||
Identifier(Position),
|
||||
ExposingDot(Position),
|
||||
ShorthandDot(Position),
|
||||
Shorthand(Position),
|
||||
ModuleName(Position),
|
||||
Space(BadInputError, Position),
|
||||
IndentSetStart(Position),
|
||||
IndentSetEnd(Position),
|
||||
SetStart(Position),
|
||||
SetEnd(Position),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue