Add derive(Debug) for Note
This commit is contained in:
parent
872114d86f
commit
90b4e3cc62
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ use result::Result;
|
|||
use error::NoteError as NE;
|
||||
use error::NoteErrorKind as NEK;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Note<'a> {
|
||||
entry: FileLockEntry<'a>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue