mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
minor improvements
This commit is contained in:
parent
3e41f6eb5a
commit
f0795e6935
3 changed files with 10 additions and 15 deletions
|
@ -49,7 +49,6 @@ impl Progress {
|
|||
pub enum SyntaxError<'a> {
|
||||
Unexpected(Region),
|
||||
OutdentedTooFar,
|
||||
TooManyLines,
|
||||
Eof(Region),
|
||||
InvalidPattern,
|
||||
BadUtf8,
|
||||
|
@ -266,10 +265,6 @@ pub enum BadInputError {
|
|||
HasTab,
|
||||
HasMisplacedCarriageReturn,
|
||||
HasAsciiControl,
|
||||
///
|
||||
TooManyLines,
|
||||
///
|
||||
///
|
||||
BadUtf8,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue