Skip to content

Commit 1b4de75

Browse files
Update src/error.rs
Co-authored-by: Kyle Barron <[email protected]>
1 parent 8476f2c commit 1b4de75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub enum AsyncTiffError {
3333
InternalTIFFError(#[from] crate::tiff::TiffError),
3434

3535
/// Reqwest error
36-
#[cfg(feature = "reqwest")] // see https://www.reddit.com/r/rust/comments/xyik51/comment/irhei39/
36+
#[cfg(feature = "reqwest")]
3737
#[error(transparent)]
3838
ReqwestError(#[from] reqwest::Error),
3939

0 commit comments

Comments
 (0)