Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn committed Oct 20, 2024
1 parent b5f8d16 commit 013aa7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lexer/sql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ mod error;
#[cfg(test)]
mod test;

use crate::lexer::scan::ScanError;
use crate::lexer::scan::Splitter;
use crate::lexer::scan::{Pos, ScanError, Splitter};
use crate::lexer::Scanner;
pub use crate::parser::ParserError;
pub use error::Error;
Expand Down

0 comments on commit 013aa7c

Please sign in to comment.