File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ fn apply_ddl_lbp(query: &mut Query) {
153
153
// This is just to make it easier to call the above function:
154
154
// we'll be able to do session.ddl(...) instead of perform_ddl(&session, ...)
155
155
// or something like that.
156
- #[ allow( unused) ]
157
156
#[ async_trait:: async_trait]
158
157
pub ( crate ) trait PerformDDL {
159
158
async fn ddl ( & self , query : impl Into < Query > + Send ) -> Result < ( ) , QueryError > ;
Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ fn apply_ddl_lbp(query: &mut Query) {
219
219
// This is just to make it easier to call the above function:
220
220
// we'll be able to do session.ddl(...) instead of perform_ddl(&session, ...)
221
221
// or something like that.
222
- #[ allow( unused) ]
223
222
#[ async_trait:: async_trait]
224
223
pub ( crate ) trait PerformDDL {
225
224
async fn ddl ( & self , query : impl Into < Query > + Send ) -> Result < ( ) , QueryError > ;
You can’t perform that action at this time.
0 commit comments