From f52cf53931287e51dec87f48cf3472798d12168a Mon Sep 17 00:00:00 2001 From: Lambda Date: Sun, 1 Sep 2024 11:34:45 +0000 Subject: [PATCH] Remove obsolete clippy #[allow]s --- src/service/media.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/service/media.rs b/src/service/media.rs index 94df18e5..6185ad6e 100644 --- a/src/service/media.rs +++ b/src/service/media.rs @@ -66,7 +66,6 @@ impl Service { } /// Uploads or replaces a file thumbnail. - #[allow(clippy::too_many_arguments)] #[tracing::instrument(skip(self, file))] pub(crate) async fn upload_thumbnail( &self, @@ -222,7 +221,6 @@ impl Service { /// /// For width,height <= 96 the server uses another thumbnailing algorithm /// which crops the image afterwards. - #[allow(clippy::too_many_lines)] #[tracing::instrument(skip(self))] pub(crate) async fn get_thumbnail( &self,