1
0
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:
Nikolay Kim
2019-02-22 18:20:54 -08:00
parent 83f51b28d7
commit 7ee33efdfd
6 changed files with 18 additions and 5 deletions

View File

@@ -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;