FileLockEntry: Derive Debug

This commit is contained in:
Matthias Beyer 2016-04-18 14:52:21 +02:00
parent e0876bb751
commit 872114d86f

View file

@ -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,