Skip to content

Commit 3c1a50c

Browse files
committed
Add missing use for ColorTransform
1 parent db72e0e commit 3c1a50c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/error.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ use core::result;
55
use std::error::Error as StdError;
66
use std::io::Error as IoError;
77

8+
use crate::ColorTransform;
9+
810
pub type Result<T> = result::Result<T, Error>;
911

1012
/// An enumeration over JPEG features (currently) unsupported by this library.

0 commit comments

Comments
 (0)