summaryrefslogtreecommitdiffstats
path: root/src/filestore/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filestore/mod.rs')
-rw-r--r--src/filestore/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/filestore/mod.rs b/src/filestore/mod.rs
index 0d19d02..29eb476 100644
--- a/src/filestore/mod.rs
+++ b/src/filestore/mod.rs
@@ -8,9 +8,6 @@
// SPDX-License-Identifier: EPL-2.0
//
-mod artifact;
-pub use artifact::*;
-
mod release;
pub use release::*;
@@ -21,5 +18,6 @@ mod merged;
pub use merged::*;
pub mod path;
+pub use path::ArtifactPath;
mod util;