summaryrefslogtreecommitdiffstats
path: root/src/filestore
diff options
context:
space:
mode:
Diffstat (limited to 'src/filestore')
-rw-r--r--src/filestore/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filestore/path.rs b/src/filestore/path.rs
index eeb946d..bbcc727 100644
--- a/src/filestore/path.rs
+++ b/src/filestore/path.rs
@@ -90,7 +90,7 @@ impl StoreRoot {
where
R: std::io::Read,
{
- ar.unpack(&self.0).map_err(Error::from).map(|_| ())
+ ar.unpack(&self.0).map_err(Error::from)
}
}