mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
fix(core): import TryFutureExt to access map_ok
This commit is contained in:
parent
ac408e9a56
commit
013df5ad9e
@ -2,7 +2,7 @@ use std::io;
|
||||
|
||||
use actix_rt::net::TcpStream;
|
||||
use async_compat_02::Compat;
|
||||
use futures_util::{future::BoxFuture, FutureExt};
|
||||
use futures_util::{future::BoxFuture, FutureExt, TryFutureExt};
|
||||
|
||||
use crate::{AsyncRuntime, Runtime};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user