1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Remove unnecessary clippy override

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2023-08-08 11:03:16 +02:00
committed by Quentin Gliech
parent ba7d17f25c
commit d3e56b6637

View File

@@ -20,4 +20,5 @@ mod jose;
mod refresh_token;
mod registration;
mod revocation;
mod rp_initiated_logout;
mod userinfo;