We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1665781 commit 9a8547aCopy full SHA for 9a8547a
src/store/fs.rs
@@ -310,7 +310,7 @@ impl SyncEntityApi for HashContext {
310
trace!("write_batch bitfield={:?} batch={}", bitfield, batch.len());
311
let mut res = Ok(None);
312
self.state.send_if_modified(|state| {
313
- let Ok((state1, update)) = state.take().write_batch(batch, bitfield, &self) else {
+ let Ok((state1, update)) = state.take().write_batch(batch, bitfield, self) else {
314
res = Err(io::Error::other("write batch failed"));
315
return false;
316
};
0 commit comments