Skip to content

Commit 354c2ea

Browse files
committed
fixup! RunQueryDsl: match same trait constraints as diesel
1 parent 09e8791 commit 354c2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ mod custom_types;
1010
mod instrumentation;
1111
#[cfg(any(feature = "bb8", feature = "deadpool", feature = "mobc"))]
1212
mod pooling;
13+
mod run_query_dsl_impl_match;
1314
#[cfg(feature = "async-connection-wrapper")]
1415
mod sync_wrapper;
1516
mod type_check;
16-
mod run_query_dsl_impl_match;
1717

1818
async fn transaction_test<C: AsyncConnection<Backend = TestBackend>>(
1919
conn: &mut C,

0 commit comments

Comments
 (0)