Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketkedia committed Dec 5, 2024
1 parent cebed64 commit 57b037a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/worker/src/segment/spann_segment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,14 @@ impl ChromaError for SpannSegmentReaderError {
}

#[derive(Clone)]
#[allow(dead_code)]
pub(crate) struct SpannSegmentReader<'me> {
index_reader: SpannIndexReader<'me>,
id: SegmentUuid,
}

impl<'me> SpannSegmentReader<'me> {
#[allow(dead_code)]
pub async fn from_segment(
segment: &Segment,
blockfile_provider: &BlockfileProvider,
Expand Down

0 comments on commit 57b037a

Please sign in to comment.