Skip to content

Commit f105514

Browse files
committed
Dump more detailed backtrace (when RUST_BACKTRACE=1) in error.
1 parent 3a18979 commit f105514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub struct SharedErrorWrapper(SharedError);
113113

114114
impl Display for SharedErrorWrapper {
115115
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
116-
Display::fmt(&self.0, f)
116+
Debug::fmt(&self.0, f)
117117
}
118118
}
119119

0 commit comments

Comments
 (0)