mirror of
https://github.com/fafhrd91/actix-net
synced 2025-09-01 01:27:00 +02:00
optimize service combinators memory layout
This commit is contained in:
@@ -2,7 +2,7 @@ use std::future::Future;
|
||||
use std::pin::Pin;
|
||||
use std::task::{Context, Poll};
|
||||
|
||||
use futures::future::FutureExt;
|
||||
use futures_util::future::FutureExt;
|
||||
|
||||
use crate::{Service, ServiceFactory};
|
||||
|
||||
|
Reference in New Issue
Block a user