1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

renamed boxed service

This commit is contained in:
Nikolay Kim
2019-11-25 18:18:00 +06:00
parent 905d058454
commit 1fddd1e75b
5 changed files with 44 additions and 32 deletions

View File

@ -211,7 +211,7 @@ mod tests {
use super::*;
use actix_service::Service;
use futures::channel::oneshot;
use futures::future::{lazy, LocalBoxFuture};
use futures::future::{lazy, FutureExt, LocalBoxFuture};
struct Srv;