njsmith / posy

289 stars 17 forks source link

fix: actually address clippy::unnecessary_unwrap #21

Closed figsoda closed 1 year ago

figsoda commented 1 year ago

Follow up to #20, if-let chains can be avoided using a match statement, the assert can also be removed