mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
clippy
This commit is contained in:
@ -6,7 +6,7 @@ async fn ok_validator(
|
||||
req: ServiceRequest,
|
||||
credentials: BearerAuth,
|
||||
) -> Result<ServiceRequest, (Error, ServiceRequest)> {
|
||||
eprintln!("{:?}", credentials);
|
||||
eprintln!("{credentials:?}");
|
||||
Ok(req)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user