Skip to content

Commit

Permalink
Shutting clippy on a warning (#5033)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored May 26, 2024
1 parent 9b5a8ae commit 7b62b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickwit/quickwit-indexing/src/actors/doc_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ impl JsonDoc {
}
}

#[allow(clippy::enum_variant_names)]
#[derive(Error, Debug)]
pub enum DocProcessorError {
#[error("doc mapper parse error: {0}")]
Expand Down

0 comments on commit 7b62b40

Please sign in to comment.