Skip to content

Commit 76e6d6f

Browse files
committed
remove unnecessary Debug impl for BacktraceFrame
1 parent 0d5444f commit 76e6d6f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/libstd/backtrace.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,6 @@ impl fmt::Debug for Backtrace {
178178
}
179179
}
180180

181-
impl fmt::Debug for BacktraceFrame {
182-
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
183-
fmt.debug_list().entries(&self.symbols).finish()
184-
}
185-
}
186-
187181
impl fmt::Debug for BacktraceSymbol {
188182
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
189183
let mut dbg = fmt.debug_struct("");

0 commit comments

Comments
 (0)