mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
Remove obsolete clippy #[allow]s
This commit is contained in:
parent
22ce624a81
commit
f52cf53931
1 changed files with 0 additions and 2 deletions
|
|
@ -66,7 +66,6 @@ impl Service {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Uploads or replaces a file thumbnail.
|
/// Uploads or replaces a file thumbnail.
|
||||||
#[allow(clippy::too_many_arguments)]
|
|
||||||
#[tracing::instrument(skip(self, file))]
|
#[tracing::instrument(skip(self, file))]
|
||||||
pub(crate) async fn upload_thumbnail(
|
pub(crate) async fn upload_thumbnail(
|
||||||
&self,
|
&self,
|
||||||
|
|
@ -222,7 +221,6 @@ impl Service {
|
||||||
///
|
///
|
||||||
/// For width,height <= 96 the server uses another thumbnailing algorithm
|
/// For width,height <= 96 the server uses another thumbnailing algorithm
|
||||||
/// which crops the image afterwards.
|
/// which crops the image afterwards.
|
||||||
#[allow(clippy::too_many_lines)]
|
|
||||||
#[tracing::instrument(skip(self))]
|
#[tracing::instrument(skip(self))]
|
||||||
pub(crate) async fn get_thumbnail(
|
pub(crate) async fn get_thumbnail(
|
||||||
&self,
|
&self,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue