Fix many clippy warnings

This is because the tracing-attributes update made clippy look at those
again. I've removed the `too_many_lines` lint, as it's not really useful
and we ignore it most of the time anyway.
This commit is contained in:
Quentin Gliech
2025-07-30 14:49:38 +02:00
parent 15612abd9b
commit b8d23be313
39 changed files with 55 additions and 55 deletions

View File

@@ -193,7 +193,6 @@ impl OidcProvider {
}
/// Map this Synapse OIDC provider config to a MAS upstream provider config.
#[expect(clippy::too_many_lines)]
pub(crate) fn into_mas_config(
self,
rng: &mut impl Rng,