minor improvements

This commit is contained in:
Anton-4 2023-09-15 19:51:13 +02:00
parent 3e41f6eb5a
commit f0795e6935
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
3 changed files with 10 additions and 15 deletions

View file

@ -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,
}