diff --git a/libimagstore/src/store.rs b/libimagstore/src/store.rs index 419a96f2..c0e6410a 100644 --- a/libimagstore/src/store.rs +++ b/libimagstore/src/store.rs @@ -597,6 +597,9 @@ impl Store { } /// Return the `FileLockEntry` and write to disk + /// + /// See `Store::_update()`. + /// pub fn update<'a>(&'a self, mut entry: FileLockEntry<'a>) -> Result<()> { self._update(&mut entry, false).map_err_into(SEK::UpdateCallError) }