Skip to content

Commit 312a253

Browse files
committed
Remove Display impl temporarily
1 parent 7132e42 commit 312a253

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/capture.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,6 @@ impl fmt::Debug for Backtrace {
269269
}
270270
}
271271

272-
impl fmt::Display for Backtrace {
273-
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
274-
fmt::Debug::fmt(self, fmt)
275-
}
276-
}
277-
278272
impl Default for Backtrace {
279273
fn default() -> Backtrace {
280274
Backtrace::new()

0 commit comments

Comments
 (0)