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::PngResult;
|
||||
use indexmap::IndexSet;
|
||||
|
||||
#[cfg(feature = "zopfli")]
|
||||
use std::num::NonZeroU8;
|
||||
|
||||
#[doc(hidden)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue