File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 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) {
153153// This is just to make it easier to call the above function:
154154// we'll be able to do session.ddl(...) instead of perform_ddl(&session, ...)
155155// or something like that.
156- #[ allow( unused) ]
157156#[ async_trait:: async_trait]
158157pub ( crate ) trait PerformDDL {
159158 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) {
219219// This is just to make it easier to call the above function:
220220// we'll be able to do session.ddl(...) instead of perform_ddl(&session, ...)
221221// or something like that.
222- #[ allow( unused) ]
223222#[ async_trait:: async_trait]
224223pub ( crate ) trait PerformDDL {
225224 async fn ddl ( & self , query : impl Into < Query > + Send ) -> Result < ( ) , QueryError > ;
You can’t perform that action at this time.
0 commit comments