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,