mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-01 16:55:08 +02:00
remove a box (#1814)
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user