You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Fix clippy warning
This commit is contained in:
@ -186,6 +186,7 @@ impl CompatRefreshTokenLookupError {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument(skip_all, err)]
|
#[tracing::instrument(skip_all, err)]
|
||||||
|
#[allow(clippy::type_complexity)]
|
||||||
pub async fn lookup_active_compat_refresh_token(
|
pub async fn lookup_active_compat_refresh_token(
|
||||||
executor: impl PgExecutor<'_>,
|
executor: impl PgExecutor<'_>,
|
||||||
token: &str,
|
token: &str,
|
||||||
|
Reference in New Issue
Block a user