diff --git a/libimagstore/src/store.rs b/libimagstore/src/store.rs index 445af899..c47299ee 100644 --- a/libimagstore/src/store.rs +++ b/libimagstore/src/store.rs @@ -537,6 +537,7 @@ impl Drop for Store { } /// A struct that allows you to borrow an Entry +#[derive(Debug)] pub struct FileLockEntry<'a> { store: &'a Store, entry: Entry,