Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed May 28, 2024
1 parent 2ffab5d commit ec4b2ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/segment/block_index/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,8 @@ impl BlockIndex {
}
}

/// Only used for tests
#[cfg(test)]
#[allow(dead_code, clippy::expect_used)]
#[doc(hidden)]
pub(crate) fn new(segment_id: GlobalSegmentId, block_cache: Arc<BlockCache>) -> Self {
let index_block_index = IndexBlockFetcher(block_cache);

Expand Down

0 comments on commit ec4b2ee

Please sign in to comment.