summaryrefslogtreecommitdiffstats
path: root/src/filestore
diff options
context:
space:
mode:
Diffstat (limited to 'src/filestore')
-rw-r--r--src/filestore/path.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filestore/path.rs b/src/filestore/path.rs
index 45c090d..9262d1d 100644
--- a/src/filestore/path.rs
+++ b/src/filestore/path.rs
@@ -169,6 +169,7 @@ impl<'a> FullArtifactPath<'a> {
}
}
+#[derive(Debug)]
pub struct FullArtifactPathDisplay<'a>(&'a StoreRoot, &'a ArtifactPath);
impl<'a> std::fmt::Display for FullArtifactPathDisplay<'a> {