File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ use helpers::{
2929} ;
3030
3131use core:: cmp:: Ordering ;
32- use core:: fmt:: Formatter ;
3332use core:: ops:: Deref ;
3433use core:: {
3534 fmt:: { self , Display } ,
@@ -7994,7 +7993,7 @@ pub struct CreateServerStatement {
79947993}
79957994
79967995impl fmt:: Display for CreateServerStatement {
7997- fn fmt ( & self , f : & mut Formatter < ' _ > ) -> fmt:: Result {
7996+ fn fmt ( & self , f : & mut fmt :: Formatter < ' _ > ) -> fmt:: Result {
79987997 let CreateServerStatement {
79997998 name,
80007999 if_not_exists,
Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ extern crate alloc;
163163#[ macro_use]
164164#[ cfg( test) ]
165165extern crate pretty_assertions;
166- extern crate core;
167166
168167pub mod ast;
169168#[ macro_use]
You can’t perform that action at this time.
0 commit comments