remove unnecessary Debug impl for BacktraceFrame
This commit is contained in:
parent
0d5444ffa6
commit
76e6d6fe11
1 changed files with 0 additions and 6 deletions
|
@ -178,12 +178,6 @@ impl fmt::Debug for Backtrace {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl fmt::Debug for BacktraceFrame {
|
|
||||||
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
|
|
||||||
fmt.debug_list().entries(&self.symbols).finish()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl fmt::Debug for BacktraceSymbol {
|
impl fmt::Debug for BacktraceSymbol {
|
||||||
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
|
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||||
let mut dbg = fmt.debug_struct("");
|
let mut dbg = fmt.debug_struct("");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue