expect
This commit is contained in:
parent
a48d7bcc68
commit
c6cc6e5ddc
@ -185,10 +185,8 @@ pub fn generate(params: GenerateParams) -> Vec<u8> {
|
|||||||
.learn(Skill::Stoney)
|
.learn(Skill::Stoney)
|
||||||
.create();
|
.create();
|
||||||
|
|
||||||
match to_vec(&level_two) {
|
to_vec(&level_two)
|
||||||
Ok(v) => v,
|
.expect("couldn't serialize cryp")
|
||||||
Err(e) => panic!("couldn't serialize cryp"),
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user