mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-21 15:55:36 +02:00
clippy
This commit is contained in:
@@ -76,6 +76,7 @@ pub trait IdentityPolicy: Sized + 'static {
|
|||||||
type ResponseFuture: Future<Output = Result<(), Error>>;
|
type ResponseFuture: Future<Output = Result<(), Error>>;
|
||||||
|
|
||||||
/// Parse the session from request and load data from a service identity.
|
/// 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;
|
fn from_request(&self, req: &mut ServiceRequest) -> Self::Future;
|
||||||
|
|
||||||
/// Write changes to response
|
/// Write changes to response
|
||||||
|
Reference in New Issue
Block a user