mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Fix a recently implemented clippy lint
https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports "Import with single component use path such as `use cratename;` is not necessary, and thus should be removed."
This commit is contained in:
parent
5ad578e3e5
commit
40853fe412
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@
|
|||
|
||||
#![warn(clippy::all)]
|
||||
|
||||
use simple_logger;
|
||||
|
||||
///! A small command-line app to run the parser.
|
||||
/// Run with `cargo run --example cli`
|
||||
use std::fs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue