bondo / survival-list

1 stars 0 forks source link

server: use transpose/flatten more #49

Closed bondo closed 1 year ago

bondo commented 1 year ago

Places with match v { None => Ok(None) ... }? should be replacable with a v.map(...).transpose()?. And nested options should use flatten.