mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-10 05:52:13 +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
|
@ -207,8 +207,6 @@ pub fn dialect_from_str(dialect_name: impl AsRef<str>) -> Option<Box<dyn Dialect
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::ansi::AnsiDialect;
|
||||
use super::generic::GenericDialect;
|
||||
use super::*;
|
||||
|
||||
struct DialectHolder<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue