Skip to content

Commit c5f0a46

Browse files
committed
remove unused import
1 parent b70196a commit c5f0a46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/encoder.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
use image::DynamicImage;
33
use libwebp_sys::*;
44

5-
#[cfg(feature = "img")]
6-
use image::*;
7-
85
use crate::shared::*;
96

107
/// An encoder for WebP images. It uses the default configuration of libwebp.

0 commit comments

Comments
 (0)