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,