summaryrefslogtreecommitdiffstats
path: root/src/filestore
diff options
context:
space:
mode:
Diffstat (limited to 'src/filestore')
-rw-r--r--src/filestore/staging.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filestore/staging.rs b/src/filestore/staging.rs
index 9e98e25..321ba6d 100644
--- a/src/filestore/staging.rs
+++ b/src/filestore/staging.rs
@@ -23,7 +23,6 @@ use crate::filestore::path::ArtifactPath;
use crate::filestore::path::StoreRoot;
use crate::filestore::util::FileStoreImpl;
-// The implementation of this type must be available in the merged filestore.
pub struct StagingStore(pub(in crate::filestore) FileStoreImpl);
impl Debug for StagingStore {