remove unnecessary derives
This commit is contained in:
parent
c0ba79eefd
commit
0d5444ffa6
1 changed files with 0 additions and 2 deletions
|
@ -126,14 +126,12 @@ pub enum BacktraceStatus {
|
||||||
Captured,
|
Captured,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
|
||||||
enum Inner {
|
enum Inner {
|
||||||
Unsupported,
|
Unsupported,
|
||||||
Disabled,
|
Disabled,
|
||||||
Captured(Mutex<Capture>),
|
Captured(Mutex<Capture>),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
|
||||||
struct Capture {
|
struct Capture {
|
||||||
actual_start: usize,
|
actual_start: usize,
|
||||||
resolved: bool,
|
resolved: bool,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue