We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476f2c commit 1b4de75Copy full SHA for 1b4de75
src/error.rs
@@ -33,7 +33,7 @@ pub enum AsyncTiffError {
33
InternalTIFFError(#[from] crate::tiff::TiffError),
34
35
/// Reqwest error
36
- #[cfg(feature = "reqwest")] // see https://www.reddit.com/r/rust/comments/xyik51/comment/irhei39/
+ #[cfg(feature = "reqwest")]
37
#[error(transparent)]
38
ReqwestError(#[from] reqwest::Error),
39
0 commit comments