More cleanup

This commit is contained in:
2025-12-09 12:12:28 -07:00
parent c531f673a5
commit a50a45f0b4
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ use token::{Token, TokenType};
#[derive(Error, Debug)]
pub enum Error {
#[error("IO Error: {0}")]
#[error(transparent)]
IOError(#[from()] std::io::Error),
#[error(transparent)]
LexError(#[from] token::LexError),