mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-22 11:41:46 +00:00
Clean up nightly clippy lints (#1158)
This commit is contained in:
parent
e2ce324722
commit
10cc54e10e
7 changed files with 10 additions and 8 deletions
|
@ -1506,7 +1506,7 @@ impl<'a: 'b, 'b> Unescape<'a, 'b> {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::dialect::{ClickHouseDialect, GenericDialect, MsSqlDialect};
|
||||
use crate::dialect::{ClickHouseDialect, MsSqlDialect};
|
||||
|
||||
#[test]
|
||||
fn tokenizer_error_impl() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue