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
Silence clippy warning about a function being too long
This commit is contained in:
@ -212,6 +212,7 @@ pub(crate) async fn post(
|
|||||||
Ok((headers, Json(reply)))
|
Ok((headers, Json(reply)))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_lines)] // TODO: refactor some parts out
|
||||||
async fn authorization_code_grant(
|
async fn authorization_code_grant(
|
||||||
mut rng: &mut BoxRng,
|
mut rng: &mut BoxRng,
|
||||||
clock: &impl Clock,
|
clock: &impl Clock,
|
||||||
|
Reference in New Issue
Block a user