summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-06 20:30:22 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-06 20:30:22 +0200
commit5ac28f0dae851a3401b835813548f301ed118af5 (patch)
tree612a0db9a5848ad7f2b5207da9a6a61361886e89
parenta8fba4d14f2a1743e393dde1bc03c1af2ee119df (diff)
Remove outdated comment
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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 {