From 924788800bc788643ccced379caf2ab970e4a93c Mon Sep 17 00:00:00 2001 From: Ennui Langeweile <85590273+EnnuiL@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:13:31 -0300 Subject: [PATCH] Fix linting (Please?) --- apps/labrinth/src/util/img.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/labrinth/src/util/img.rs b/apps/labrinth/src/util/img.rs index 1fef2f6e6..a0193f4b9 100644 --- a/apps/labrinth/src/util/img.rs +++ b/apps/labrinth/src/util/img.rs @@ -8,7 +8,6 @@ use color_thief::ColorFormat; use image::codecs::gif::GifDecoder; use image::codecs::png::PngDecoder; use image::codecs::webp::WebPDecoder; -use image::error::{UnsupportedError, UnsupportedErrorKind}; use image::imageops::FilterType; use image::{ AnimationDecoder, DynamicImage, EncodableLayout, Frame, GenericImageView,