diff --git a/crates/ruff_python_parser/src/lib.rs b/crates/ruff_python_parser/src/lib.rs index 7569db2ca7..df11678118 100644 --- a/crates/ruff_python_parser/src/lib.rs +++ b/crates/ruff_python_parser/src/lib.rs @@ -67,7 +67,7 @@ use std::iter::FusedIterator; use std::ops::Deref; -pub use crate::error::{FStringErrorType, ParseError, ParseErrorType}; +pub use crate::error::{FStringErrorType, LexicalErrorType, ParseError, ParseErrorType}; pub use crate::token::{Token, TokenKind}; use crate::parser::Parser;