mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-15 08:19:08 +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
|
@ -30,7 +30,7 @@ use IsOptional::*;
|
|||
use crate::ast::helpers::stmt_create_table::{BigQueryTableConfiguration, CreateTableBuilder};
|
||||
use crate::ast::*;
|
||||
use crate::dialect::*;
|
||||
use crate::keywords::{self, Keyword, ALL_KEYWORDS};
|
||||
use crate::keywords::{Keyword, ALL_KEYWORDS};
|
||||
use crate::tokenizer::*;
|
||||
|
||||
mod alter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue