We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bc64a commit bf1f319Copy full SHA for bf1f319
apps/labrinth/src/util/img.rs
@@ -8,7 +8,6 @@ use color_thief::ColorFormat;
8
use image::codecs::gif::GifDecoder;
9
use image::codecs::png::PngDecoder;
10
use image::codecs::webp::WebPDecoder;
11
-use image::error::{UnsupportedError, UnsupportedErrorKind};
12
use image::imageops::FilterType;
13
use image::{
14
AnimationDecoder, DynamicImage, EncodableLayout, Frame, GenericImageView,
0 commit comments