mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
code cleanup
This commit is contained in:
parent
69a060f64f
commit
b475fbb932
2 changed files with 1 additions and 3 deletions
|
@ -29,7 +29,6 @@ use helpers::{
|
|||
};
|
||||
|
||||
use core::cmp::Ordering;
|
||||
use core::fmt::Formatter;
|
||||
use core::ops::Deref;
|
||||
use core::{
|
||||
fmt::{self, Display},
|
||||
|
@ -7994,7 +7993,7 @@ pub struct CreateServerStatement {
|
|||
}
|
||||
|
||||
impl fmt::Display for CreateServerStatement {
|
||||
fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
let CreateServerStatement {
|
||||
name,
|
||||
if_not_exists,
|
||||
|
|
|
@ -163,7 +163,6 @@ extern crate alloc;
|
|||
#[macro_use]
|
||||
#[cfg(test)]
|
||||
extern crate pretty_assertions;
|
||||
extern crate core;
|
||||
|
||||
pub mod ast;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue