rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

Remove Option around IdbStore::new #244

Closed arv closed 3 years ago

arv commented 3 years ago

We were returning a Result<Option<IdbStore>> but we never returned Ok(None)... also if we want something like that maybe that should be an error?

aboodman commented 3 years ago

lgtm