aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/repository/artifact_repository.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/repository/artifact_repository.rs')
-rw-r--r--crates/shirabe/src/repository/artifact_repository.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/src/repository/artifact_repository.rs b/crates/shirabe/src/repository/artifact_repository.rs
index 75ad134b..c225e84d 100644
--- a/crates/shirabe/src/repository/artifact_repository.rs
+++ b/crates/shirabe/src/repository/artifact_repository.rs
@@ -26,9 +26,9 @@ use std::path::Path;
pub struct ArtifactRepository {
inner: ArrayRepository,
- pub(crate) loader: Box<dyn LoaderInterface>,
- pub(crate) lookup: String,
- pub(crate) repo_config: IndexMap<String, PhpMixed>,
+ loader: Box<dyn LoaderInterface>,
+ lookup: String,
+ repo_config: IndexMap<String, PhpMixed>,
io: std::rc::Rc<std::cell::RefCell<dyn IOInterface>>,
}