Skip to content

Commit ca6226e

Browse files
committed
fix: make target file mutex public onoly to submodule
1 parent de53d77 commit ca6226e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdd-remote-config/src/fetch/fetcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl ConfigProductCapabilities {
121121
}
122122

123123
pub struct ConfigFetcherState<S, C: HttpClientCapability> {
124-
pub(crate) target_files_by_path: Mutex<HashMap<Arc<RemoteConfigPath>, StoredTargetFile<S>>>,
124+
pub(in crate::fetch) target_files_by_path: Mutex<HashMap<Arc<RemoteConfigPath>, StoredTargetFile<S>>>,
125125
pub invariants: ConfigInvariants,
126126
endpoint: Endpoint,
127127
pub expire_unused_files: bool,

0 commit comments

Comments
 (0)