Remove obsolete clippy #[allow]s

This commit is contained in:
Lambda 2024-09-01 11:34:45 +00:00
parent 22ce624a81
commit f52cf53931

View file

@ -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,