fix: handle Nothing
type
This commit is contained in:
parent
f1c1e4a697
commit
4cf7b4d00f
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ enum Type {
|
||||||
Steel,
|
Steel,
|
||||||
Fairy,
|
Fairy,
|
||||||
Stellar,
|
Stellar,
|
||||||
|
// idk either man
|
||||||
|
Nothing,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
|
|
Loading…
Reference in a new issue