remove a box

This commit is contained in:
fakeshadow 2020-12-06 08:00:08 +08:00
parent b75a9b7a20
commit c188ff9cea
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ impl Service for RouteService {
}
fn call(&mut self, req: ServiceRequest) -> Self::Future {
self.service.call(req).boxed_local()
self.service.call(req)
}
}