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

Fix clippy errors

This commit is contained in:
Quentin Gliech
2023-03-14 10:28:24 +01:00
parent c6f31d0102
commit 83cb9158a0
6 changed files with 7 additions and 16 deletions

View File

@@ -35,7 +35,6 @@ use sentry_tower::{NewSentryLayer, SentryHttpLayer};
use tower::Layer;
use tower_http::{compression::CompressionLayer, services::ServeDir};
#[allow(clippy::trait_duplication_in_bounds)]
pub fn build_router<B>(
state: AppState,
resources: &[HttpResource],