pull/295/head
afa 2 years ago
parent eef501ec77
commit be2697e1d6

@ -185,7 +185,8 @@ impl<R: Runtime> Store<R> {
let bytes = read(store_path)?; let bytes = read(store_path)?;
self.cache.extend((self.deserialize)(&bytes).map_err(Error::Deserialize)?); self.cache
.extend((self.deserialize)(&bytes).map_err(Error::Deserialize)?);
Ok(()) Ok(())
} }

Loading…
Cancel
Save