Skip to content

Commit

Permalink
fix: impl debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon64 committed Sep 11, 2023
1 parent 3a86188 commit 85db751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/structs/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -629,13 +629,15 @@ impl IncludeDataBuilder {
}
}

#[derive(Debug)]
pub enum ForgeManifestTypes {
Mod(ForgeManifest<manifest::Mod, ManifestV1>),
Parent(ForgeManifest<manifest::Parent, ManifestV1>),
Module(ForgeManifest<manifest::Module, ManifestV1>),
Lib(ForgeManifest<manifest::Lib, ManifestV1>),
}

#[derive(Debug)]
pub enum ForgeModTypes {
Mod(ForgeMod<ManifestV1, manifest::Mod, data::Mod>),
Parent(ForgeMod<ManifestV1, manifest::Parent, data::Parent>),
Expand Down

0 comments on commit 85db751

Please sign in to comment.