fixups
This commit is contained in:
parent
f60ee87a52
commit
54f2146429
|
@ -47,7 +47,6 @@ pub fn reconstruct_entries_from_blobs(blobs: VecDeque<SharedBlob>) -> bincode::R
|
|||
for blob in blobs {
|
||||
let entry = {
|
||||
let msg = blob.read().unwrap();
|
||||
|
||||
deserialize(&msg.data()[..msg.meta.size])
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue