From 5ac28f0dae851a3401b835813548f301ed118af5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 6 Apr 2021 20:30:22 +0200 Subject: Remove outdated comment Signed-off-by: Matthias Beyer --- src/filestore/staging.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/filestore') 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 { -- cgit v1.2.3