We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e8791 commit 354c2eaCopy full SHA for 354c2ea
tests/lib.rs
@@ -10,10 +10,10 @@ mod custom_types;
10
mod instrumentation;
11
#[cfg(any(feature = "bb8", feature = "deadpool", feature = "mobc"))]
12
mod pooling;
13
+mod run_query_dsl_impl_match;
14
#[cfg(feature = "async-connection-wrapper")]
15
mod sync_wrapper;
16
mod type_check;
-mod run_query_dsl_impl_match;
17
18
async fn transaction_test<C: AsyncConnection<Backend = TestBackend>>(
19
conn: &mut C,
0 commit comments