From 4cb9ace3e4506acb2d60dbc8688b29c9b3f85a69 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 20 Jan 2021 18:04:41 +0100 Subject: Add derive(Debug) for FillArtifactPathDisplay Signed-off-by: Matthias Beyer --- src/filestore/path.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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> { -- cgit v1.2.3