summaryrefslogtreecommitdiffstats
path: root/libimagref
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-06-26 11:38:07 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-04 19:29:02 +0200
commit31f32a4e59e4b53ae45f976a9558a5b15cea9e1a (patch)
tree561224f0d1fea69fbfaf683fb995b9a8d68bdc87 /libimagref
parentbb4b705816e6eccf9b282ef4d2eb9bc599501a11 (diff)
Ref: derive Debug
Diffstat (limited to 'libimagref')
-rw-r--r--libimagref/src/reference.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libimagref/src/reference.rs b/libimagref/src/reference.rs
index 6041cca3..8000e403 100644
--- a/libimagref/src/reference.rs
+++ b/libimagref/src/reference.rs
@@ -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> {