dol: fix missing derives

This commit is contained in:
Richard Patel 2021-08-24 02:42:52 +02:00
parent 25f82bc26b
commit e57fa2c659
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ pub enum DolSectionType {
Bss,
}
#[derive()]
#[derive(Debug, Clone)]
pub struct DolSection {
pub kind: DolSectionType,
pub index: usize,