FileLockEntry: Derive Debug
This commit is contained in:
parent
e0876bb751
commit
872114d86f
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue