summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-01-20 18:04:41 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-01-21 14:55:05 +0100
commit4cb9ace3e4506acb2d60dbc8688b29c9b3f85a69 (patch)
tree68c60c427a7361e1ab90955bf4c9bcec3f3b47f5 /src
parent25fd5aeb2aba5d5390fdc4238404b71a73a30963 (diff)
Add derive(Debug) for FillArtifactPathDisplay
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src')
-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> {