1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Fix clippy warning

This commit is contained in:
Quentin Gliech
2022-10-12 18:44:03 +02:00
parent 90baf7fe29
commit d1a4262fd0

View File

@ -186,6 +186,7 @@ impl CompatRefreshTokenLookupError {
}
#[tracing::instrument(skip_all, err)]
#[allow(clippy::type_complexity)]
pub async fn lookup_active_compat_refresh_token(
executor: impl PgExecutor<'_>,
token: &str,