mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-31 20:56:59 +02:00
moved boxed service and new service to actix-service
This commit is contained in:
@@ -258,7 +258,8 @@ mod tests {
|
||||
use futures::future::{ok, FutureResult};
|
||||
use futures::{Async, Future, Poll};
|
||||
|
||||
use crate::{Blank, BlankNewService, NewService, Service, ServiceExt};
|
||||
use crate::blank::{Blank, BlankNewService};
|
||||
use crate::{NewService, Service, ServiceExt};
|
||||
|
||||
#[derive(Clone)]
|
||||
struct Srv;
|
||||
|
Reference in New Issue
Block a user