This commit is contained in:
Josh Thomas 2024-10-15 05:46:41 -05:00
parent 7c90b06506
commit 03165cbd94

View file

@ -12,6 +12,5 @@ pub enum LexerError {
AtEndOfInput,
#[error("Invalid character access")]
InvalidCharacterAccess,
}
}