Skip to content

Commit

Permalink
just tick
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Jun 26, 2024
1 parent 459efd4 commit a4def77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/store/src/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ impl<'k, 'v, L: WriteLayer<'k, 'v>> StoreHandle<L> {
self.inner.delete(entry.key()).map_err(Error::LayerError)
}
}

// todo! experiment with restoring {Read,Write}Layer for StoreHandle

0 comments on commit a4def77

Please sign in to comment.