dol: fix missing derives
This commit is contained in:
parent
25f82bc26b
commit
e57fa2c659
|
@ -121,7 +121,7 @@ pub enum DolSectionType {
|
||||||
Bss,
|
Bss,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive()]
|
#[derive(Debug, Clone)]
|
||||||
pub struct DolSection {
|
pub struct DolSection {
|
||||||
pub kind: DolSectionType,
|
pub kind: DolSectionType,
|
||||||
pub index: usize,
|
pub index: usize,
|
||||||
|
|
Loading…
Reference in New Issue