1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 00:44:26 +02:00

http: Minimize futures dependencies

This commit is contained in:
Yuki Okushi
2020-05-18 11:45:26 +09:00
parent 9bd6407730
commit 292af145cb
11 changed files with 23 additions and 22 deletions

View File

@ -482,7 +482,7 @@ where
#[cfg(test)]
mod tests {
use super::*;
use futures::stream;
use futures_util::stream;
use futures_util::future::poll_fn;
use futures_util::pin_mut;