mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
wip
This commit is contained in:
parent
5b50b772a2
commit
135ae2ec8e
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ where
|
|||
let svc_call: BoxFuture<'a, Result<S::Response, S::Error>> =
|
||||
Box::pin(pl.get_ref().call(req, ctx));
|
||||
|
||||
#[allow(clippy::missing_transmute_annotations)]
|
||||
// SAFETY: `svc_call` has same lifetime same as lifetime of `pl.svc`
|
||||
// Pipeline::svc is heap allocated(Rc<S>), and it is being kept alive until
|
||||
// `svc_call` get resolved to result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue