Skip to content

Commit d6a1418

Browse files
committed
Fix clippy warning
1 parent c6fa475 commit d6a1418

File tree

1 file changed

+1
-1
lines changed
  • quickwit/quickwit-control-plane/src/model

1 file changed

+1
-1
lines changed

quickwit/quickwit-control-plane/src/model/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ impl ControlPlaneModel {
160160
self.index_table.get(index_uid)
161161
}
162162

163-
pub fn source_metadata(&self, source_uid: &SourceUid) -> Option<&SourceConfig> {
163+
pub(crate) fn source_metadata(&self, source_uid: &SourceUid) -> Option<&SourceConfig> {
164164
self.index_metadata(&source_uid.index_uid)?
165165
.sources
166166
.get(&source_uid.source_id)

0 commit comments

Comments
 (0)