Fix Clippy lint
This commit is contained in:
parent
046341357b
commit
0d78362f46
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ use crate::error::PngError;
|
||||||
use crate::Deadline;
|
use crate::Deadline;
|
||||||
use crate::PngResult;
|
use crate::PngResult;
|
||||||
use indexmap::IndexSet;
|
use indexmap::IndexSet;
|
||||||
|
|
||||||
|
#[cfg(feature = "zopfli")]
|
||||||
use std::num::NonZeroU8;
|
use std::num::NonZeroU8;
|
||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue