mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +02:00
remove Deref
This commit is contained in:
@@ -170,7 +170,7 @@ where
|
||||
|
||||
#[inline]
|
||||
fn from_request(req: &mut ServiceFromRequest<P>) -> Self::Future {
|
||||
Self::extract(req).map_err(ErrorNotFound)
|
||||
Self::extract(req.request()).map_err(ErrorNotFound)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user