Ref: derive Debug

This commit is contained in:
Matthias Beyer 2016-06-26 11:38:07 +02:00
parent bb4b705816
commit 31f32a4e59

View file

@ -24,6 +24,7 @@ use flags::RefFlags;
use result::Result; use result::Result;
use module_path::ModuleEntryPath; use module_path::ModuleEntryPath;
#[derive(Debug)]
pub struct Ref<'a>(FileLockEntry<'a>); pub struct Ref<'a>(FileLockEntry<'a>);
impl<'a> Ref<'a> { impl<'a> Ref<'a> {