Skip to content

Commit

Permalink
Clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Jul 2, 2023
1 parent 614f575 commit eac7cac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quickwit/quickwit-indexing/src/actors/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ impl Handler<NewPublishLock> for Indexer {
}

impl Indexer {
#[allow(clippy::too_many_arguments)]
pub fn new(
pipeline_id: IndexingPipelineId,
doc_mapper: Arc<dyn DocMapper>,
Expand Down Expand Up @@ -555,7 +554,6 @@ impl Indexer {
// Dropping the indexing permit explicitly here for enhanced readability.
drop(indexing_permit);

// Update the time to maturity of the splits as they won't receive documents anymore.
let mut splits: Vec<IndexedSplitBuilder> = indexed_splits.into_values().collect();

if let Some(other_split) = other_indexed_split_opt {
Expand Down

0 comments on commit eac7cac

Please sign in to comment.