Skip to content

Commit ddf7016

Browse files
committed
fix: Display for Error shouldn't include source
1 parent d5adcba commit ddf7016

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/error.rs

-4
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ impl fmt::Display for Error {
206206
write!(f, " for url ({url})")?;
207207
}
208208

209-
if let Some(e) = &self.inner.source {
210-
write!(f, ": {e}")?;
211-
}
212-
213209
Ok(())
214210
}
215211
}

0 commit comments

Comments
 (0)