Skip to content

Commit 4eadb24

Browse files
Warning
1 parent 4f851b0 commit 4eadb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/src/rt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub fn test_block_on<F: Future>(f: F) -> F::Output {
177177
} else if #[cfg(feature = "_rt-smol")] {
178178
smol::block_on(f)
179179
} else {
180-
missing_rt(())
180+
missing_rt(f)
181181
}
182182
}
183183
}

0 commit comments

Comments
 (0)