mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-25 03:20:24 +00:00
Replace some more futures_util APIs with std variants (#3874)
This commit is contained in:
@@ -108,7 +108,7 @@ macro_rules! test_unprepared_type {
|
||||
#[sqlx_macros::test]
|
||||
async fn [< test_unprepared_type_ $name >] () -> anyhow::Result<()> {
|
||||
use sqlx::prelude::*;
|
||||
use futures::TryStreamExt;
|
||||
use futures_util::TryStreamExt;
|
||||
|
||||
let mut conn = sqlx_test::new::<$db>().await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user