File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ mod index;
66mod table;
77mod types;
88
9- pub use column:: * ;
10- pub use foreign_key:: * ;
11- pub use index:: * ;
12- pub use table:: * ;
13- pub use types:: * ;
14-
159use super :: def:: Schema ;
1610use sea_query:: TableCreateStatement ;
1711
Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ mod schema;
55mod table;
66mod types;
77
8- pub use column:: * ;
9- pub use constraints:: * ;
10- pub use enumeration:: * ;
11- pub use schema:: * ;
12- pub use table:: * ;
13- pub use types:: * ;
14-
158use super :: def:: Schema ;
169use sea_query:: TableCreateStatement ;
1710
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ pub enum Has {
5353 Index ,
5454}
5555
56+ #[ allow( clippy:: enum_variant_names) ]
5657#[ derive( Debug , Iden ) ]
5758pub ( crate ) enum Schema {
5859 #[ iden = "information_schema" ]
You can’t perform that action at this time.
0 commit comments