Browse Source

chore: Fix new clippy lint

pipelines/786320
Kévin Commaille 1 year ago
parent
commit
f8bde01838
No known key found for this signature in database
GPG Key ID: C971D9DBC9D678D
  1. 2
      src/utils/media/image/mod.rs

2
src/utils/media/image/mod.rs

@ -455,7 +455,7 @@ pub struct ThumbnailDownloader<'a> {
pub alt: Option<ImageSource<'a>>,
}
impl<'a> ThumbnailDownloader<'a> {
impl ThumbnailDownloader<'_> {
/// Download the thumbnail of the media.
///
/// This might not return a thumbnail at the requested dimensions, depending

Loading…
Cancel
Save