mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-30 00:00:16 +02:00
chore: remove tokio-futures facade crate (#1327)
This switches from using the tokio-futures facade to referencing futures-* crates directly.
This commit is contained in:
@@ -57,8 +57,8 @@ async fn async_send_recv_with_buffer() {
|
||||
#[cfg(feature = "async-traits")]
|
||||
fn send_sink_recv_with_buffer() {
|
||||
use futures_core::Stream;
|
||||
use futures_sink::Sink;
|
||||
use pin_utils::pin_mut;
|
||||
use tokio_futures::Sink;
|
||||
|
||||
let mut t1 = MockTask::new();
|
||||
|
||||
@@ -170,8 +170,8 @@ async fn async_send_recv_unbounded() {
|
||||
#[cfg(feature = "async-traits")]
|
||||
fn sink_send_recv_unbounded() {
|
||||
use futures_core::Stream;
|
||||
use futures_sink::Sink;
|
||||
use pin_utils::pin_mut;
|
||||
use tokio_futures::Sink;
|
||||
|
||||
let mut t1 = MockTask::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user