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,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
enum Inner {
|
||||
Unsupported,
|
||||
Disabled,
|
||||
Captured(Mutex<Capture>),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct Capture {
|
||||
actual_start: usize,
|
||||
resolved: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue