Skip to content

Commit 0d5444f

Browse files
committed
remove unnecessary derives
1 parent c0ba79e commit 0d5444f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/backtrace.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,12 @@ pub enum BacktraceStatus {
126126
Captured,
127127
}
128128

129-
#[derive(Debug)]
130129
enum Inner {
131130
Unsupported,
132131
Disabled,
133132
Captured(Mutex<Capture>),
134133
}
135134

136-
#[derive(Debug)]
137135
struct Capture {
138136
actual_start: usize,
139137
resolved: bool,

0 commit comments

Comments
 (0)