Ref: derive Debug
This commit is contained in:
parent
bb4b705816
commit
31f32a4e59
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ use flags::RefFlags;
|
|||
use result::Result;
|
||||
use module_path::ModuleEntryPath;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Ref<'a>(FileLockEntry<'a>);
|
||||
|
||||
impl<'a> Ref<'a> {
|
||||
|
|
Loading…
Reference in a new issue