mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
clippy
This commit is contained in:
parent
92269fc308
commit
2417549b35
@ -76,6 +76,7 @@ pub trait IdentityPolicy: Sized + 'static {
|
||||
type ResponseFuture: Future<Output = Result<(), Error>>;
|
||||
|
||||
/// Parse the session from request and load data from a service identity.
|
||||
#[allow(clippy::wrong_self_convention)]
|
||||
fn from_request(&self, req: &mut ServiceRequest) -> Self::Future;
|
||||
|
||||
/// Write changes to response
|
||||
|
Loading…
Reference in New Issue
Block a user